Hi All,
I'm using dijit.form.NumberTextBox to input numbers, and it seems that even though I set the constraints.places to be undefined, entering a number that has more then 3 digits after the decimal point results in an error message. I did some digging and found out that since I have an en-us local, the decimal number pattern (found at dojo/cldr/nls/en-us/Number.js) defines that no more then 3 digits are allowed after the decimal point.
Is there a way to override this limitation, I prefer not to set the pattern as I don't want to limit the number of digits after the decimal point.
Does anyone has any idea?
thank,
Yoav
