Ticket #6695 (closed bug: fixed)
Autocomplete combobox example does not show suggestion on second try
| Reported by: | TheBlaze | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.7 |
| Component: | ui.autocomplete | Version: | 1.8.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In demo: http://jqueryui.com/demos/autocomplete/#combobox and my own implementation with simmilar requirements there is a bug:
In demo if I type "a" a suggestion box appears. If I click away (any blank spot on the page), the suggestion box and input dissapear. This is desired behaviour. But if I type "a" again the suggestion box never appears. NOT desired behaviour.
Change History
Note: See
TracTickets for help on using
tickets.


Autocomplete combobox demo: Reset the internal term property when an invalid selection is made. Fixes #6695 - Autocomplete combobox example does not show suggestion on second try.