mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Autocomplete demo (combobox): Hide select on create. Fixes #9158 - Autocomplete Combobox demo shows underlying select by default.
(cherry picked from commit 4202ad0718
)
This commit is contained in:
parent
ecabe47544
commit
fb6adc765f
@ -41,6 +41,7 @@
|
||||
.addClass( "ui-combobox" )
|
||||
.insertAfter( this.element );
|
||||
|
||||
this.element.hide();
|
||||
this._createAutocomplete();
|
||||
this._createShowAllButton();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user