sync
[roojs1] / Roo / bootstrap / MoneyField.js
index d777f72..391894d 100644 (file)
@@ -80,7 +80,9 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.ComboBox, {
     inputmd : 9,
     inputsm : 9,
     inputxs : 6,
-    
+     /**
+     * @cfg {Roo.data.Store} store  Store to lookup currency??
+     */
     store : false,
     
     getAutoCreate : function()
@@ -108,10 +110,7 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.ComboBox, {
             cls: 'hidden-number-input'
         };
         
-        if(
-            this.max_length &&
-            Number.isInteger(this.max_length * 1)
-        ) {
+        if(this.max_length) {
             input.maxlength = this.max_length; 
         }