Num_decimals not working properly in NumberField

Which tool versions are you using?

SDK: v14.2.0
Platform: v23.08.5
Python: v3.10
Isolation mode: venv

Current Behavior

When I enter a number rounded to 4 decimals in a NumberField with num_decimals = 4, the number is presented in the field with 3 decimals.

Parametrization:

Print statement of table before return SetParamsResult (the 4 decimals are visible in the yellow box):

NumberField in table in UI:

When I open a field I can see that there are in fact 4 decimals in the field but only 3 are shown.

Expected Behavior

I expect the number of decimals to be displayed as set in the parametrization

HI Rutger,

Thank you for reporting this. I’ve processed your report to our internal issue tracker.