]> source.dussan.org Git - jquery-ui.git/commitdiff
Autocomplete demo (combobox): Hide select on create. Fixes #9158 - Autocomplete Combo...
authorScott González <scott.gonzalez@gmail.com>
Sat, 16 Mar 2013 19:27:56 +0000 (15:27 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 17 Apr 2013 15:49:37 +0000 (11:49 -0400)
(cherry picked from commit 4202ad07187e15a3b2e64277e170daf9b278c3b4)

demos/autocomplete/combobox.html

index 69be7022060cfaa0fb1240b1c56b73cc35af7cc6..5c74317e283d8ec5344cdc64230a610b941fc7cc 100644 (file)
@@ -41,6 +41,7 @@
                                        .addClass( "ui-combobox" )
                                        .insertAfter( this.element );
 
+                               this.element.hide();
                                this._createAutocomplete();
                                this._createShowAllButton();
                        },