admin管理员组

文章数量:1318335

I need to make a bo box in my form to be editable and capable to search the input text through the values of the bo box (like autoplete way).

What's the simplest way to obtain this?

I need to make a bo box in my form to be editable and capable to search the input text through the values of the bo box (like autoplete way).

What's the simplest way to obtain this?

Share Improve this question edited Feb 18, 2020 at 8:01 informatik01 16.4k11 gold badges78 silver badges108 bronze badges asked Oct 10, 2011 at 10:14 Antonio F.Antonio F. 4312 gold badges9 silver badges16 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 2

If you aren't already using any framework that provides this ponent (i.e. YUI), this ponent might be useful to you: dhtmlxCombo

You can take a look at Dojo's ComboBox.
It has all the features you require and more.

I am searching for it myself. One of the solutions I've found is jQuery UI's autoplete. Seems to be very flexible and well documented. See http://jqueryui./autoplete/#bobox for example.

本文标签: comboboxEditable and autocomplete combo box with JavaScriptStack Overflow