Data Input

TextArea

Definition

Collects longer text values.

Usage

Use TextArea for comments, notes, descriptions, and other multi-line text.

Attributes

  • label or i18n required. Accessible field label.
  • value required. 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" />