Skip to content

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.

JSON Schema

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
}

Core Properties

This component uses the core properties defined within the Common Parameters section.

Specific Properties

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
Clone this wiki locally