AutoComplete ComboBox Behavior
http://jqueryui.com/demos/autocomplete/#combobox
It looks great, but it still can't compare to the native combobox because
- pressing alt + down, the selected option is hard to observe in the items.
- clicking the button, the selected option doesn't highlighted in the items.
- If the input element is shorter than the textual description, the text inside the input element will be moved (i.e. "....XYZ" instead of "ABC......")
How to do these to made it better?