TextArea
TextArea
Form
Multi-line text input with auto-resize, character/word counting, max-length enforcement, and validation integration
Basic Usage
With Label
Your message will be copied to the support team.
With Rows
Disabled
Usage Guidelines
When to Use
- Multi-line text
- Comments
- Descriptions
Accessibility
- Proper labeling
- Character count announced
Performance
- Native textarea performance
- Throttled auto-resize
Common Mistakes
- No max length when needed
- Auto-resize without max-height
Frequently Asked Questions
Yes, TextArea supports auto-resize to fit content with optional max-height constraints.
Yes, TextArea can show character/word count with max length enforcement.
Related Components
View allAutocomplete
Asynchronous search input with debounced queries, virtual scrolling for large datasets, and keyboard-driven selection
Checkbox
Accessible checkbox input with indeterminate state support and form integration
CheckboxGroup
Accessible CheckboxGroup for multi-selection, and form integration
ColorPicker
Color selection component with preset colors, HEX/RGB/HSL input, and visual picker interface