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

index b38bf6b..e032a33 100644 (file)
@@ -977,7 +977,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
                 this.doQuery(this.getRawValue());
             }
             if (!this.blockFocus) {
-                this.el.focus();
+                this.inputEl().focus();
             }
         }
     },