Roo/bootstrap/PhoneInput.js
authorjohn <john@roojs.com>
Thu, 19 Apr 2018 03:56:33 +0000 (11:56 +0800)
committerjohn <john@roojs.com>
Thu, 19 Apr 2018 03:56:33 +0000 (11:56 +0800)
Roo/bootstrap/PhoneInput.js

index e40e2c2..e025928 100644 (file)
@@ -551,12 +551,14 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, {
                 return;
             }
             
+            /*
             if(!Roo.isIE && (e.isSpecialKey() || k == e.BACKSPACE || k == e.DELETE)){
                 return;
             }
             if(this.allowed.indexOf(String.fromCharCode(c)) === -1){
                 e.stopEvent();
             }
+            */
             
             this.setValue(this.getValue());
         }