ng-select
ng-select copied to clipboard
custom search
Hi,
how can we include custom search to drop down using this library, like calling matcher for searching options?
Hi KiranWorks1061, I cloned this repo, add to my project and write my own search logic. Is the easy way.
@KiranWorks1061 I implemented ng-select using [typeahead] input https://ng-select.github.io/ng-select#/filter so you can implement any custom search you want.