I have created a directive that adds input box inside ion-select for easy searching among hundreds of records.
You can install the npm package with command npm install ionic-select-search --save
Note: Currently the default interface i.e. alert is supported.
Thanks for sharing!
Is this different from ionic-selectable? https://www.npmjs.com/package/ionic-selectable It would be nice if you could elaborate on differences.
ionic-selectable
Yes. It is different from ionic-selectable. This library consists of a directive that adds element in the DOM and searches among the select elements, unlike ionic-selectable which is a new component itself.
Awesome solution! Thanks!