hi
-
on the ui side, in the TextField field, I enter the value: 123456,123456
-
after componentValueChanged(inside jmix) completes I get 123,456.12
inside Jmix gets the string format from the locale(formatStringsRegistry.getFormatStringsOrNull(locale)).
my locale= ru
but I specified precision and scale. How can I make it so that the number is not rounded?
i need to get 123456,123456
thx