#8992 closed bug (notabug)
Autocomplete combobox example is broken
Reported by: | rosenfeld | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See:
http://jqueryui.com/autocomplete/#combobox
The autocomplete will show up "strong" text in the selection box and the "show underlying select" button is not working.
Change History (9)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
This is actually not an issue with the demo. It's an issue with the site: https://github.com/jquery/jqueryui.com/issues/32
comment:4 Changed 10 years ago by
I'm not seeing any problems with the demo from the actual repo. If you are, can you please explain the problem in detail?
comment:5 Changed 10 years ago by
Sorry, you're right. I thought there was some problem with the site only but that the code shown there was correct. But I took a look at the latest code below and it seems the "wasOpen" approach is implemented correctly now. Sorry for the confusion.
https://raw.github.com/jquery/jquery-ui/master/demos/autocomplete/combobox.html
Also it doesn't close the drop-down when visible when clicking on the "down" arrow besides the input.