X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=c93503193a22e2a5e02bf50455a1cb7e0802237b;hb=7f4d918651dce8dc9738120f94d74b546d433882;hp=ac8775aaac07faa10fa8c913b83c12242745fe8e;hpb=7610a1f3d954b3d76a10e6863c56951d61740edb;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index ac8775aaac..c93503193a 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -40396,7 +40396,7 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, { Roo.log(e.getCharCode()); if( - (String.fromCharCode(c) == '.' || String.fromCharCode(c) == '-') && + [",", ".", "n"].indexOf(String.fromCharCode(c)) > -1 && this.allowed.indexOf(String.fromCharCode(c)) === -1 ){ e.stopEvent();