I'm new in jqUI world. I got a issue that hope somebody here could help me.
I want the Autocomplete scrollable result to have a dropdown button next with it, so when user click on that button, it will display a dropdown result of all the available variable. Actually it is like the existing combobox, but the combobox using existing select-element for progressive enhancement, which in my case I using the text field to populate the autocomplete feature. So the existing Autocomplete Combobox doesn't fit my need.
can anyone help me?