TextArea
TextArea is a multi-line text input for collecting longer-form content like comments, descriptions, or messages. Use it when the expected input spans multiple lines. For shorter, single-line values, use TextInput.
| Parameter | Description |
|---|---|
| label | Visible field label. |
| value | Text field value. |
| if | Conditional rendering expression. |
Usage
xml<TextArea label="Notes" value="$form.notes" />