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

index 5133d9b..d7b42c2 100644 (file)
@@ -553,7 +553,7 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, {
             Roo.log(String.fromCharCode(c));
             
             if(
-                    [",", ".", "n"].indexOf(String.fromCharCode(c)) > -1 &&
+                    [",", "."].indexOf(String.fromCharCode(c)) > -1 &&
                     this.allowed.indexOf(String.fromCharCode(c)) === -1
             ){
                 e.stopEvent();