ng-select
ng-select copied to clipboard
Is possible to hide the options that already was selected?
Hi This is more a question that an issue. anybody know if is possible to hide the options that already was selected?
The selected option is given the class 'selected' so can be hidden through css: ng-select select-dropdown .selected { display: none; }
Hi @WJ89 Thanks for your help, this is a nice solution
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"
.