New Combobox Widget

New Combobox Widget

Hi jQuery UI team,

I am trying to extend the Autocomplete widget to be use as Combobox with additional button next to the textbox. I found no Combobox development and I think this widget would be useful event just a little bit modification from Autocomplete. I am jQuery UI lover and freely to contribute to design this plus some more widget that not in your development right now.

This Combobox not only modified from html select option as shown in the Autocomplete example but also can be used by html input text with json source just like Autocomplete source options.

The interesting about this Combobox compare to the Autocomplete example are textbox, button and menu item has fix the width and height problem and user no need to extend the Autocomplete.

so $(".selector").combobox() will have Menu items + combobox Button.



What do you think?