trying to get thousand seperator to work
[roojs1] / roojs-ui-debug.js
index 586d92a..989a390 100644 (file)
@@ -19410,6 +19410,7 @@ Roo.extend(Roo.form.NumberField, Roo.form.TextField,  {
         if(this.allowDecimals){
             allowed += this.decimalSeparator;
         }
+        allowed += this.thousandSeparator;
         if(this.allowNegative){
             allowed += "-";
         }