ng-select icon indicating copy to clipboard operation
ng-select copied to clipboard

Is possible to hide the options that already was selected?

Open Biptor opened this issue 6 years ago • 3 comments

Hi This is more a question that an issue. anybody know if is possible to hide the options that already was selected?

Biptor avatar Mar 12 '18 04:03 Biptor

The selected option is given the class 'selected' so can be hidden through css: ng-select select-dropdown .selected { display: none; }

WJ89 avatar Mar 12 '18 09:03 WJ89

Hi @WJ89 Thanks for your help, this is a nice solution

Biptor avatar Mar 12 '18 13:03 Biptor

Just what I needed! Works just fine, but a property on the <ng-select></ng-select> would be preferred, you know something like [hideSelected]="true".

lhalver1 avatar May 01 '18 19:05 lhalver1