Skip to main content

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

SettingDescriptionDefault
Decimal placesNumber of digits after the decimal point0
Min valueMinimum allowed valueNone
Max valueMaximum allowed valueNone

Suffix type

Controls how the value is displayed:

OptionDisplay example
None75.44
Currency75.44 €
Percentage75.44%

Visual mode

OptionDescription
Value onlyDisplays the number as text
Progress barShows 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).