X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2FPhoneInput.js;h=d7b42c2eb2ed9ca22791cfb7ebf4fb7336f9f489;hb=df55db051c5b85fa49a4e87cb34f0c28d5f7ce73;hp=5133d9b36e34fae420d5fd67c3b505752d881412;hpb=e77f8b09b93c3fd79b0ae1f2a728d4611000cc1d;p=roojs1 diff --git a/Roo/bootstrap/PhoneInput.js b/Roo/bootstrap/PhoneInput.js index 5133d9b36e..d7b42c2eb2 100644 --- a/Roo/bootstrap/PhoneInput.js +++ b/Roo/bootstrap/PhoneInput.js @@ -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();