I’d like to use multirow autocomplete combobox from jQuery UI but with searchable both label and description of options. Or label and value, but value would had to be visible for user.
Is there any way to do it?
Update:
Also button (down arrow) to display (perhaps scrollable) list of all the options would be nice.
This is definitely doable. Adapting the answer you linked to, here’s how you would search by the
descproperty of each item, as well as thelabelproperty. This examples also incorporates a jQueryUI button (#showall) that shows all items.JavaScript:
HTML:
Example: http://jsfiddle.net/J5rVP/4/
Try searching for “CSS” or “interface”