Closed muhamed87 closed 4 months ago
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()"
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?!