Skip to content

Commit ebd5f13

Browse files
committed
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items
1 parent 82f588e commit ebd5f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demos/autocomplete/combobox.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
},
7777

7878
_createShowAllButton: function() {
79-
var wasOpen = false;
79+
var input = this.input,
80+
wasOpen = false;
8081

8182
$( "<a>" )
8283
.attr( "tabIndex", -1 )

0 commit comments

Comments
 (0)