From df55db051c5b85fa49a4e87cb34f0c28d5f7ce73 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 29 Oct 2018 16:14:04 +0800 Subject: [PATCH] Roo/bootstrap/PhoneInput.js --- Roo/bootstrap/PhoneInput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2