Login Register

Remove NumberTextBox thousand separator

Hey! I have been searching for a while and I havent been able to remove the thousand separator that is added automatically to the numberTextBox. Is there any way to get rid of it? or a function to read the content of the numbertextbox without dijit formating? thanks for your help!

I found the solution on the

mistake

I found the solution, I just

I found a solution, I just had to search a bit more. hope it helps!

But using pattern I have a decimal problem, I could use '#.##' to allow decimals, but it would only accept 2 decimals. Is there a way to avoid this limitation? I've seen something about the separator constraint propertie, but it didnt work. Thanks