X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2FPhoneInput.js;h=ae99b8850dc9e46315e468aec7ff0a2f15a80812;hb=0bea371b9f7c13c4f6c79b1117a7fdbbb5dd7385;hp=bc2877c74887f076fa5d468e20b106405b29c3ae;hpb=e7462ccc921ccdc143a14bb4fbb11ac9f6e4f457;p=roojs1 diff --git a/Roo/bootstrap/PhoneInput.js b/Roo/bootstrap/PhoneInput.js index bc2877c748..ae99b8850d 100644 --- a/Roo/bootstrap/PhoneInput.js +++ b/Roo/bootstrap/PhoneInput.js @@ -295,7 +295,7 @@ 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("keyup", this.onKeyUp, this); this.inputEl().on("keypress", this.onKeyPress, this); this.tpl = '
  • {name} +{dialCode}
  • ';