Roo/bootstrap/PhoneInput.js
authorjohn <john@roojs.com>
Mon, 29 Oct 2018 08:22:33 +0000 (16:22 +0800)
committerjohn <john@roojs.com>
Mon, 29 Oct 2018 08:22:33 +0000 (16:22 +0800)
Roo/bootstrap/PhoneInput.js

index ae99b88..b5621f1 100644 (file)
@@ -562,10 +562,6 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, {
             if(this.allowed.indexOf(String.fromCharCode(e.getCharCode())) === -1){
                 e.stopEvent();
             }
-            
-            Roo.log(this.getValue());
-            
-            this.setValue(this.getValue());
         }