Roo/bootstrap/PhoneInput.js
authorjohn <john@roojs.com>
Mon, 29 Oct 2018 08:19:29 +0000 (16:19 +0800)
committerjohn <john@roojs.com>
Mon, 29 Oct 2018 08:19:29 +0000 (16:19 +0800)
Roo/bootstrap/PhoneInput.js

index b4c562f..3c49035 100644 (file)
@@ -296,6 +296,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("keypress", this.keyPress, this);
             
             this.tpl = '<li><a href="#"><div class="flag {iso2}"></div>{name} <span class="dial-code">+{dialCode}</span></a></li>';
 
@@ -554,6 +555,8 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, {
             Roo.log(this.getValue());
             
             this.setValue(this.getValue());
-        }
+        },
+        
+        
         
 });
\ No newline at end of file