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.

View on GitHub

See the full source code on GitHub