Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Tue, 19 Sep 2017 09:26:23 +0000 (17:26 +0800)
committeredward <edward@roojs.com>
Tue, 19 Sep 2017 09:26:23 +0000 (17:26 +0800)
Roo/bootstrap/ComboBox.js

index 169692c..22696b3 100644 (file)
@@ -2663,7 +2663,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             return;
         }
         
-        this.clearTouchView();
+        this.clearIOSView();
         
         if(this.allowBlank) {
             this.inputEl().createChild({
@@ -2700,7 +2700,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         
     },
     
-    clearTouchView: function()
+    clearIOSView: function()
     {
         this.inputEl().dom.innerHTML = '';
     }