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

custom search

Open KiranWorks1061 opened this issue 7 years ago • 2 comments

Hi,

how can we include custom search to drop down using this library, like calling matcher for searching options?

KiranWorks1061 avatar Nov 09 '17 09:11 KiranWorks1061

Hi KiranWorks1061, I cloned this repo, add to my project and write my own search logic. Is the easy way.

FedeMadoery avatar Nov 22 '17 10:11 FedeMadoery

@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.

anjmao avatar Mar 08 '18 11:03 anjmao