From: Alan Knowles Date: Thu, 24 Jan 2019 08:38:49 +0000 (+0800) Subject: Roo/bootstrap/ComboBox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=cb2673b1a450935e7ca6bb2af9ed4e6c1c591089 Roo/bootstrap/ComboBox.js --- diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index f3ac3f9190..0e4c3de143 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -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) {