Ionic dropdown with search

Hi,

Did any one have idea about creating dropdown with search bar for filter the options ?

Any control is available there for the same ?

If you haven’t implemented the drop down feature, use ionic popover or select.
There is a similar question here.

For search bar use ionic search
There is a great search exampe built in example project ionic start myIonicProject super.

I have not come across any ready to use component in ionic, for this you can consider html5 datalist tag : http://html.com/tags/datalist/

1 Like

ion-select with popover option

Thanks its a great idea