My value is rounded up

hi

image

  1. on the ui side, in the TextField field, I enter the value: 123456,123456

  2. 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

Hi,
you may specify a number format for your specific field:

image

1 Like