Roo/bootstrap/MoneyField.js
authoredward <edward@roojs.com>
Wed, 25 Apr 2018 08:57:53 +0000 (16:57 +0800)
committeredward <edward@roojs.com>
Wed, 25 Apr 2018 08:57:53 +0000 (16:57 +0800)
Roo/bootstrap/MoneyField.js

index 50f83f9..779c524 100644 (file)
@@ -656,6 +656,7 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.ComboBox, {
     onCurrencyKeyUp : function(e)
     {
         if(!e.isSpecialKey()){
+            this.hasFocus = true;
             this.lastKey = e.getKey();
             this.dqTask.delay(this.queryDelay);
         }