Writable Select Box

2019-03-28 05:27发布

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

3条回答
一纸荒年 Trace。
2楼-- · 2019-03-28 06:12

This JQuery Plugin may provide all the functionality that you need.

I am unsure if it provides a user-expandable structure, however.

查看更多
神经病院院长
3楼-- · 2019-03-28 06:13

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

查看更多
混吃等死
4楼-- · 2019-03-28 06:17

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.

查看更多
登录 后发表回答