sync
[roojs1] / Roo / bootstrap / MoneyField.js
index b2cc55e..391894d 100644 (file)
@@ -71,15 +71,18 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.ComboBox, {
      * @cfg {String} thousandsDelimiter Symbol of thousandsDelimiter
      */
     thousandsDelimiter : false,
-    
+    /**
+     * @cfg {Number} max_length Maximum input field length allowed (defaults to Number.MAX_VALUE)
+     */
     max_length: false,
     
-    
     inputlg : 9,
     inputmd : 9,
     inputsm : 9,
     inputxs : 6,
-    
+     /**
+     * @cfg {Roo.data.Store} store  Store to lookup currency??
+     */
     store : false,
     
     getAutoCreate : function()
@@ -107,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; 
         }