X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_form_NumberField.js.html;fp=docs%2Fsrc%2FRoo_form_NumberField.js.html;h=b93e989bf6ca534f248c6461e715756c61e7d9d5;hp=5d40d7b657fc41bc645f6e7206394d0b91336450;hb=83dd319070d3735be6a0001ebccae6cc0a83e2e2;hpb=fa31935ccd4b966fe8297c2d8534d03d0302f00d diff --git a/docs/src/Roo_form_NumberField.js.html b/docs/src/Roo_form_NumberField.js.html index 5d40d7b657..b93e989bf6 100644 --- a/docs/src/Roo_form_NumberField.js.html +++ b/docs/src/Roo_form_NumberField.js.html @@ -140,8 +140,8 @@ 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)); },