Is there a way we could reload/refresh an autocomplete combobox.
Scenario:
I have updated my underlying select based on an ajax response and have set an option to selected, but the corresponding combobox input doesn't show the selected value. Is there a way to trigger the select action on the combobox input field once my ajax action is completed (specially in IE 6).
The workaround I found was to invoke the combobox destroy & create events manually.
The issue becomes worse in msie 6.0 as we have to set the select element to show() before updating the underlying select with the ajax response