Data Input
TextArea
Definition
Collects longer text values.
Usage
Use TextArea for comments, notes, descriptions, and other multi-line text.
Attributes
label or i18nrequired. Accessible field label.valuerequired. String value or writable state binding.rows. Visible text rows.maxLength. Character counter limit.status. Validation status.
Example
xml<TextArea label="Notes" value="$form.notes" rows="4" />