Textarea
A UI component for forms where users need to enter multiple lines of text.
Support text
* Error text
HTML Attributes
Disabled
Adding the disabled attribute will gray out the input.
Read-only
Using readonly will apply a specific design.
Validation and Feedback
Feedback design after validating user input.
Error
Simply add the is-error class.
Using form-group allows you to display error text at the same time.
Support text
* Error text