X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;fp=roojs-debug.js;h=ebe92d331d3fef6efc248fa03011cfb615ef602b;hp=c5d90a13e9cf2612704bbc513188161872e2297e;hb=6892d65bd29535459fd48df743b5c2dd1494585b;hpb=19d2dea8f96416cbccaf3352b0da76f19486d34c diff --git a/roojs-debug.js b/roojs-debug.js index c5d90a13e9..ebe92d331d 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -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 += "-"; }