Skip to content

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

OptionDescription
Use calculationEnables automatic calculation instead of manual input
CalculationDefines the calculation used to determine the value
Number of decimalsDefines how many decimal places are shown
Pre iconDisplays an icon before the field
Allow null valueAllows the field to remain empty instead of defaulting to zero
Align rightAligns 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.

See: Common element configuration