-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Number Component
Mike edited this page Jun 5, 2025
·
4 revisions
For updated documentation on the Number component, refer to the Form.io User Guide.
The JSON Schema definition for this component is defined as follows.
{
"label": "Number",
"mask": false,
"tableView": false,
"delimiter": false,
"requireDecimal": false,
"inputFormat": "plain",
"truncateMultipleSpaces": false,
"key": "number1",
"type": "number",
"input": true
}This component uses the core properties defined within the Common Parameters section.
| Property | Description | Value | Required | Default |
|---|---|---|---|---|
| validate.min | The minimum value this number could be | Any number | false |
|
| validate.max | The maximum value this number could be | Any number | false |
|
| validate.step | The granularity of this number input | Any number | false |
any |
| validate.integer | If this number should be an integer | boolean | false |