From ff289912c75df0399d0b0763999497abb931de99 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 2 Oct 2018 14:46:39 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index ef8d291da7..7ed5162c0f 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -2621,6 +2621,12 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { this.touchViewEl.setStyle('display', 'none'); } + if(this._touchViewMask){ + this._touchViewMask.removeClass('show'); + Roo.get(document.body).removeClass("x-body-masked"); + } + + }, setTouchViewValue : function() -- 2.39.2