#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: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | 1.9 → 1.8.7 |
---|
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.