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:
Scott González 2013-03-16 15:27:56 -04:00
parent ecabe47544
commit fb6adc765f

View File

@ -41,6 +41,7 @@
.addClass( "ui-combobox" )
.insertAfter( this.element );
this.element.hide();
this._createAutocomplete();
this._createShowAllButton();
},