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 badges3 Answers
Reset to default 2If 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.