trying to get thousand seperator to work
[roojs1] / roojs-ui-debug.js
index 989a390..f3cd462 100644 (file)
@@ -19474,7 +19474,7 @@ Roo.extend(Roo.form.NumberField, Roo.form.TextField,  {
     setValue : function(v){
         v = this.fixPrecision(v);
         if(this.thousandSeparator != ''){
-            v = Roo.util.Format.number(v, this.decimalPrecision, this.thousandSeparator);
+       //     v = Roo.util.Format.number(v, this.decimalPrecision, this.thousandSeparator);
         } 
         Roo.form.NumberField.superclass.setValue.call(this, String(v).replace(".", this.decimalSeparator));
     },