Skip to content

Commit 4202ad0

Browse files
committed
Autocomplete demo (combobox): Hide select on create. Fixes #9158 - Autocomplete Combobox demo shows underlying select by default.
1 parent 9d8af80 commit 4202ad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/autocomplete/combobox.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
.addClass( "ui-combobox" )
4242
.insertAfter( this.element );
4343

44+
this.element.hide();
4445
this._createAutocomplete();
4546
this._createShowAllButton();
4647
},

0 commit comments

Comments
 (0)