Reputation: 908
How to make searchable dropdown in html using any library or simple javascript like this? Because this searchable dropdown is very elegant.
Upvotes: 1
Views: 2884
Reputation: 1396
My bet is Select2 which can be customised to the extent you want and is easy to learn and use... It also has support for call back function like integrating user input if not present in dropdown.
Upvotes: 0
Reputation: 2249
You can try Chosen. This plugin contains the element which you want. It is simply jQuery plugin with advanced options.
Thanks.
Upvotes: 2
Reputation: 8178
you can use jqueryui combobox auto complete plugin as well, the link below gives the functionality and below fiddle also gives a working code
Upvotes: 2