Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Writable Select Box

Looking for a Jquery plugin so I can have a select box that includes a writable option. So using javascript to merge a select box with an input field. I'm thinking this would be a fairly common requirement, Anyone know of such a plugin?

Thanks

like image 869
Tim Avatar asked Feb 01 '10 19:02

Tim


2 Answers

It will not be possible using SELECT instead I use the autocomplete plugin.

like image 84
Vinodh Ramasubramanian Avatar answered Nov 15 '22 08:11

Vinodh Ramasubramanian


I think you are looking for 'editable comboBox' or somewhere it is selectBox or maybe dropDownList, but everything is common name for something like this:

enter image description here

This is the best editable combo Box I've ever worked with: jQuery Editable Combobox (jEC) and you can check some demos.

And if you would like to read something more about this problems, you could check another very similar problems here on stackoverflow.com

good luck.

like image 25
kajo Avatar answered Nov 15 '22 10:11

kajo