Recordable Selection Block

Looking for a jQuery plugin, so I might have a select box that includes writeability. Thus, using javascript to combine the select box with the input box. I think this will be a fairly common requirement. Does anyone know about such a plugin?

thanks

+6
jquery html input select
source share
3 answers

It is impossible to use SELECT, instead I use the autocomplete plugin.

+6
source share

I think you're looking for an β€œeditable comboBox” or somewhere it's selectBox or maybe dropDownList, but it's all a generic 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 out some demos .

And if you want to read something else about it, you can check for more problems here on stackoverflow.com

good luck.

+1
source share

This jQuery plugin can provide all the features you need.

I'm not sure if it provides a user extensible structure.

0
source share

All Articles