Textarea
Autosize or regular textarea
Import
Source
Docs
Package
Usage
Textarea
component supports Input and Input.Wrapper components features and all textarea
element props. Textarea
documentation does not include all features supported by the component – see Input documentation to learn about all available features.
Input description
Controlled
Autosize
Autosize textarea uses react-textarea-autosize package. Textarea height will grow until maxRows are reached or indefinitely if maxRows not set.
Enable resize
By default, resize is none
,
to enable it set resize
prop to vertical
or both
:
Error state
Invalid name
Disabled state
Styles API
Textarea
supports Styles API, you can add styles to any inner element of the component withclassNames
prop. Follow Styles API documentation to learn more.
Description
Error
Component Styles API
Hover over selectors to highlight corresponding elements
Get element ref
Accessibility
If Textarea
is used without label
prop, it will not be announced properly by screen reader:
Set aria-label
to make the input accessible. In this case label will not be visible, but screen reader will announce it:
If label
prop is set, input will be accessible it is not required to set aria-label
: