Jay Ponkia
Jay Ponkia

Reputation: 908

How to make Searchable Dropdown like this with Javascript or jQuery?

Searchable Dropdown in Microsoft Word

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

Answers (3)

Vishal Kumar Sahu
Vishal Kumar Sahu

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

Arpit Kumar
Arpit Kumar

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

Keshan Nageswaran
Keshan Nageswaran

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

Related Questions