Roo/bootstrap/ComboBox.js
authorAlan Knowles <alan@roojs.com>
Thu, 24 Jan 2019 08:38:49 +0000 (16:38 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Jan 2019 08:38:49 +0000 (16:38 +0800)
Roo/bootstrap/ComboBox.js

index f3ac3f9..0e4c3de 100644 (file)
@@ -2479,7 +2479,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         
         this.originalValue = this.getValue();
         
-        this.triggerEl = this.el.select('span.dropdown-toggle',true).first();
+        this.triggerEl = this.el.select('span.input-group-append',true).first();
         
         this.inputEl().on("click", this.showTouchView, this);
         if (this.triggerEl) {