Numeric Field
Overview
The Numeric Field component stores numerical values with configurable decimal places, display format, and visual presentation. Use it for prices, quantities, percentages, scores, measurements, or any other numerical data.
Configuration
| Setting | Description | Default |
|---|---|---|
| Decimal places | Number of digits after the decimal point | 0 |
| Min value | Minimum allowed value | None |
| Max value | Maximum allowed value | None |
Suffix type
Controls how the value is displayed:
| Option | Display example |
|---|---|
| None | 75.44 |
| Currency | 75.44 € |
| Percentage | 75.44% |
Visual mode
| Option | Description |
|---|---|
| Value only | Displays the number as text |
| Progress bar | Shows a visual progress bar with the value overlaid — useful for completion percentages, scores, or any bounded numeric value |
When using the progress bar mode, the value is interpreted as a proportion relative to the min/max range (or 0–100 if no range is set).