Numeric Box¶
NumericBox edits a number at its XPath. It uses the active client locale for decimal and thousands separators, then writes a normalized numeric string to the data model.
Formatting¶
Decimals controls the number of decimal places and defaults to 2. ShowDigits controls whether thousands separators are displayed and defaults to true. Define business minimum and maximum values with form validation rules rather than relying on input formatting.
For RequiredForGroup validation, both an empty value and 0 are treated as missing. Use a separate validation rule when zero is valid but the field must still be required. When read-only, the value is shown as formatted display text instead of an input.
Example¶
1 2 3 4 5 | |