Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Tue, 2 Oct 2018 06:46:39 +0000 (14:46 +0800)
committerEdward <edward@roojs.com>
Tue, 2 Oct 2018 06:46:39 +0000 (14:46 +0800)
Roo/bootstrap/ComboBox.js

index ef8d291..7ed5162 100644 (file)
@@ -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()