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