- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.1k
TextArea Component
        Mike edited this page Jun 5, 2025 
        ·
        4 revisions
      
    For for updated documentation on the TextArea component, review the Form.io User Guide.
The JSON Schema definition for this component is defined as follows.
{
  "label": "Text Area",
  "autoExpand": false,
  "tableView": true,
  "key": "textArea",
  "type": "textarea",
  "input": true
}This component uses the core properties defined within the Common Parameters section.
| Property | Description | Value | Required | Default | 
|---|---|---|---|---|
| rows | How many rows this text area should contain. | Any integer | true | 3 | 
| wysiwyg | Determines if this text area should attach a wysiwyg editor. | truefor default wysiwyg configuration, or a JSON object of the wysiwyg settings. | false | false |