I have a form with a NumberField that gets values of type float from JSON. If the values happen to be whole numbers, then no decimal places are sho
NumberField
float
The option decimalPrecision definition is: "The maximum precision to display after the decimal separator (defaults to 2)"
There is no option to force the format, you problably have to override NumberField class.