From cb2673b1a450935e7ca6bb2af9ed4e6c1c591089 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Jan 2019 16:38:49 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2