Click here to Skip to main content
15,902,276 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to create/implement Editable Dropdown in HTML/CSS/Javascript. Editable means I search/filter drop down data. Please suggest way for it. Thanks.
Posted
Updated 19-Mar-15 1:17am
v2
Comments
King Fisher 19-Mar-15 6:39am    
What do you mean Editable DropDown List?
Makarand Borawake 19-Mar-15 7:16am    
Editable means I search/filter drop down data.

Though its not clear what you want,but i think you mean Dropdown with autocomplete functionality. Right? If it is,

- Make normal JQuery AutoComplete

- Add image to right of the textbox so that it looks like dropdown

- Onclick of the textbox or image(Whatever your requirement is), add this $(Element).autocomplete("search", "")

- set minLength attribute to 0 and you are done.

Have a look here : Autocomplete Textbox in ASP.net[^]

Regards..
 
Share this answer
 
I hope you are looking for this;

https://www.zoonman.com/projects/combobox/[^]
 
Share this answer
 
Comments
Makarand Borawake 15-Apr-15 6:39am    
Thanks for link!! It help me lot.
King Fisher 15-Apr-15 6:45am    
if it is helpful ,mark it as answer ;)
Makarand Borawake 15-Apr-15 7:11am    
yes sure
King Fisher 15-Apr-15 7:23am    
Thank you :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900