ngx-select-ex
ngx-select-ex copied to clipboard
Hide Search Input
trafficstars
Hi,
Is there any way to hide the search input if the length of items is less than or equal 8 elements for example, or we should use ngIf condition to check the data length and update the [noAutoComplete] based on that?!
You may make a function counting the items and pass it to [noAutoComplete]="yourFunction()"