Layer · Forms
Planned · v0.2Textarea.
bau-textarea
Multi-line text input. Form-associated, autogrow on demand, character counter, paste-aware, IME-friendly.
Coming soon
PlannedThis component is on the roadmap. The page exists so the navigation structure stays stable while the implementation catches up. Below is the feature surface we plan to ship.
autogrow— height tracks content up tomaxRows, then scrolls.minlength/maxlengthwith live::part(counter).resize—'none' | 'vertical' | 'both'; respects shadow boundary.- Form participation:
setFormValue,requiredwithvalueMissing. - IME composition events handled — counter updates settle on
compositionend. - Paste sanitization hook — strips RTF/HTML by default, opt-in to
preserveFormatting. - Slots:
error,help,counter. - A11y:
aria-describedbyauto-wired to help/error/counter; live region on counter approaching limit.