Skip to content

Commit

Permalink
Autocomplete demo (combobox): Hide select on create. Fixes #9158 - Au…
Browse files Browse the repository at this point in the history
…tocomplete Combobox demo shows underlying select by default.

(cherry picked from commit 4202ad0)
  • Loading branch information
scottgonzalez committed Apr 17, 2013
1 parent ecabe47 commit fb6adc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/autocomplete/combobox.html
Expand Up @@ -41,6 +41,7 @@
.addClass( "ui-combobox" )
.insertAfter( this.element );

this.element.hide();
this._createAutocomplete();
this._createShowAllButton();
},
Expand Down

0 comments on commit fb6adc7

Please sign in to comment.