I am developing a mobile shop web application in php. It having a combobox which may contain hundreds of elements. So very difficult to search an option from that list.
How i can create a combobox with a text editing field.?
|
|
As you are using JQuery, I think using Chosen is a good way to enhance your combo box. The plugin adds a text box so that users can easily search your combo list. In addition, you might also wish to use optgroups to group the selections for easier readability. Chosen is very flexible, so you shuold be able to tailor it to your needs. |
|||||||||||
|