Roo/bootstrap/ComboBox.js
authorAlan Knowles <alan@roojs.com>
Mon, 17 Feb 2014 04:57:58 +0000 (12:57 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Feb 2014 04:57:58 +0000 (12:57 +0800)
Roo/bootstrap/ComboBox.js

index d20f536..faed88d 100644 (file)
@@ -336,7 +336,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         this.view = new Roo.View(this.el.select('ul',true).first(), this.tpl, {
             singleSelect:true, store: this.store, selectedClass: this.selectedClass
         });
-
+        this.view.hide();
         this.view.on('click', this.onViewClick, this);