UI Kits
Forms

Textarea Field

Multi-line field with label and helper text.

Usage guidance

When to use it.

Use visible labels, helpful validation, and enough spacing for touch and keyboard users.

Accessibility

Implementation notes.

  • Associate every input with a visible label.
  • Expose validation errors in text.
  • Maintain logical keyboard order and sufficient touch target size.
Release QA

Implementation checklist.

0/4
Handoff notes

Implementation notes for this component.

Quick section export
<label class="ap-field"><span>Notes</span><textarea rows="5" placeholder="Add internal notes..."></textarea><small>Only your team can see this.</small></label>
Related components

More in Forms