Textarea
Textarea is a multi-line text field. Use it for data that should be displayed across multiple lines.
When to use
- comments and notes
- addresses
- details and descriptions
- long-form text
Data stored
- string values (multi-line text)
Parameters
The exact list depends on the form configuration. Common options:
- Field name (label)
- Placeholder
- Required
- Default value
- Helper text
- Validation (e.g., min/max length)