Skip to content

Number Field

The number field is used to represent numerical values in documents. It stores the input as an integer.

Properties

Property Required Purpose
Decimals Yes Specifies the number of decimal places to display or allow. The default value is 2.
Minimum Value No Defines the minimum value allowed for the field.
Dynamic Minimum No Sets the minimum value based on a condition or another field's value.
Maximum Value No Defines the maximum value allowed for the field.
Dynamic Maximum No Sets the maximum value based on a condition or another field's value.
Step Yes Specifies the increment or decrement step when using the picker. The default value is 1.
Enforce Step No Only allows inputs that match the defined step. For example, if the step is 5, only multiples of 5 will be allowed.
Prevent Entering values Outside Range No Restricts values to fall within the (dynamic) minimum and maximum