X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=dfd643d1f6636e5e46023dd41e380d3297b5bfb3;hb=bc135bbfd1f90d7525097fabd5c5c5b60f1781ff;hp=d398e3e34ebb347fb7a78176960cf813dfabc886;hpb=327c03549096e1a55b6aef039fc9bce6e5ef2f14;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index d398e3e34e..dfd643d1f6 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -40138,7 +40138,6 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, { this.list.on('mouseover', this.onViewOver, this); this.list.on('mousemove', this.onViewMove, this); - // this.inputEl().on("keyup", this.onKeyUp, this); this.inputEl().on("keypress", this.onKeyPress, this); this.tpl = '
  • {name} +{dialCode}
  • '; @@ -40389,12 +40388,6 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, { return this.el.select('input.hidden-tel-input',true).first(); }, - onKeyUp : function(e){ - this.setValue(this.getValue()); - - Roo.log(this.getValue()); - }, - onKeyPress : function(e){ if(this.allowed.indexOf(String.fromCharCode(e.getCharCode())) === -1){ @@ -40402,10 +40395,10 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, { } Roo.log(this.getValue()); + + this.setValue(this.getValue()); } - - }); /** * @class Roo.bootstrap.MoneyField