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.?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.