mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items
This commit is contained in:
parent
82f588e82b
commit
ebd5f13027
@ -76,7 +76,8 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
_createShowAllButton: function() {
|
_createShowAllButton: function() {
|
||||||
var wasOpen = false;
|
var input = this.input,
|
||||||
|
wasOpen = false;
|
||||||
|
|
||||||
$( "<a>" )
|
$( "<a>" )
|
||||||
.attr( "tabIndex", -1 )
|
.attr( "tabIndex", -1 )
|
||||||
|
Loading…
Reference in New Issue
Block a user