This plugin will give you the ability to easily create simple comboboxes from dropdowns.
The plugin comes with useful options:
- to show/hide the dropdown arrow
- to switch on/off case sensitivity
- to scroll/not scroll the options.
You can create comboboxes by the “combobox-pro” CSS class or the jQuery function “comboboxPRO()”.
One of the advantages of creating combobox from a dropdown is that the value saved can be different from the value seen by the website visitor. This is very important for data-driven websites. For example, a list of names might be stored in a database with different id’s. The customer needs to see the different names but the website needs to save the id of the name.
Please see the demo for more information.