X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FNumberField.js;fp=Roo%2Fform%2FNumberField.js;h=ac0ab795e762d5efcdbf88f24540d3785cf96114;hp=5fa95973980fa2d00b7d3698037ba9b12f326933;hb=fa31935ccd4b966fe8297c2d8534d03d0302f00d;hpb=6892d65bd29535459fd48df743b5c2dd1494585b diff --git a/Roo/form/NumberField.js b/Roo/form/NumberField.js index 5fa9597398..ac0ab795e7 100644 --- a/Roo/form/NumberField.js +++ b/Roo/form/NumberField.js @@ -140,7 +140,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)); },