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