Number#
The Number element allows input of a number.
Settings:
- Required: If checked the User cannot complete the UI without entering a number
- Disabled: If checked the User cannot update the input and the value should be set from the Flow
- Show label: If checked the element label will not be shown above the input but only as placeholder
- Min value: If set the User cannot complete the UI if the number is less than the provided value
- Max value: If set the User cannot complete the UI if the number is bigger than the provided value
- Decimal places: If set the value will be parsed to have the exact number of decimal places after completion of the UI e.g. "100" will become "100.00"
- Unit: Any type of text is allowed as unit, for example "mm", "kg", "EUR", "People" ...
Conditions: There are 6 types of conditions - Less than "<", Less than equals "≤", Equals "=", Not equals "≠", Greater than ">", Greater than equals "≥"
See UI Designer