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