Skip to content

TextField Component

Mike edited this page Jun 5, 2025 · 5 revisions

JSON Schema

For updated documentation on the TextField component, review the Form.io User Guide.

The JSON Schema definition for this component is defined as follows.

{
   "label": "Text Field",
   "disableSortingAndFiltering": false,
   "tableView": true,
   "key": "textField",
   "type": "textfield",
   "input": true
}

Core Properties

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

Clone this wiki locally