Roo/bootstrap/MoneyField.js
authoredward <edward@roojs.com>
Mon, 23 Apr 2018 09:38:42 +0000 (17:38 +0800)
committeredward <edward@roojs.com>
Mon, 23 Apr 2018 09:38:42 +0000 (17:38 +0800)
Roo/bootstrap/MoneyField.js

index fccb1e7..2efb621 100644 (file)
@@ -193,6 +193,8 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.TriggerField, {
         this.store = Roo.factory(this.store, Roo.data);
         this.store.parent = this;
         
+        this.createList();
+        
         this.indicator = this.indicatorEl();
         
         this.triggerEl = this.el.select('.input-group-addon', true).first();
@@ -200,6 +202,7 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.TriggerField, {
         
         
         
+        
     }
     
 });
\ No newline at end of file