Forms
Textarea
Multi-line input for longer, free-form responses such as claim notes or supporting detail.
Purpose
Use a Textarea when the answer runs to a sentence or more. For short, single-line answers use
Input.
Example
Props
No public props found for TextareaProps.
Select
Pick exactly one option from a known list. Built on Radix Select: keyboard type-ahead, portalled listbox, announced value. For searchable or long lists use Combobox; for several choices use MultiSelect.
LabelDraft
The accessible name for a control. Every input needs one, wired by a matching id — a placeholder is not a label.