Forms
Textarea
The native <textarea> is styled like the input for consistency.
Disabled textarea#
Read-only textarea#
Validation states#
Validation states are provided with aria-invalid.
Helper texts, defined with <small> below the textarea, inherit the validation state color.
Looks good!Please provide a valid value!Edit this page on GitHub