Uncommited changes synced
[roojs1] / Roo / bootstrap / MoneyField.js
index 8042ba0..f681c79 100644 (file)
@@ -71,7 +71,10 @@ 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,
@@ -105,10 +108,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; 
         }