Hi there,
In our project, we use our custom data format for number on form:
"decimalSeparator": ",",
"thousandsSeparator": ".",
In general it displays as expected with the number in the input form, but the validation does not.
We are setting the min value is 50.000, max value is 2.000.000. But as you can see from the picture, the validation automatically added 2 more “00” into our value, which makes 50.000 becomes 5.000.000 and 2.000.000 becomes 200.000.000 (But it still gets correct values to compare, that’s why the error message displayed)
Please help us to investigate this issue
