Search and Top Navigation
#9219 closed bug (duplicate)
Opened April 09, 2013 02:35PM UTC
Closed April 09, 2013 02:36PM UTC
Bug in Autocomplete Combobox widget
Reported by: | saluce65 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently, the autocomplete combobox widget as shown on the site is broken. In the _createShowAllButton
function, the variable input
is not defined. To fix it, I suggest adding var input = this.input
at the beginning of the function. A working example can be found at http://jsfiddle.net/saluce/vCxQd/
Attachments (0)
Change History (1)
Changed April 09, 2013 02:36PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #9157.