Appearance
Input Number
Overview
The Input Number element is used to capture numeric values. It supports both manual entry and calculated values.
When to use
- When users must enter numeric values
- When calculations are required
- When decimal precision matters
Element-specific options
| Option | Description |
|---|---|
| Use calculation | Enables automatic calculation instead of manual input |
| Calculation | Defines the calculation used to determine the value |
| Number of decimals | Defines how many decimal places are shown |
| Pre icon | Displays an icon before the field |
| Allow null value | Allows the field to remain empty instead of defaulting to zero |
| Align right | Aligns the value to the right for better readability |
Common configuration
This element also supports shared configuration options such as validation, rules, roles, styling, summaries, scoring, and prefilling.