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
Disabled No Disables the field, so it cannot be edited.
Enforce Format No Makes sure that formatting is applied to Dynamic values as well.
Resolved dynamic value when saving No Recalculates number field values when document is saved. This ensures that values are accurate even if the document is updated from a script or HTTP call..