Inputs
Textarea
Retrieve multi-line user input.
Default textarea
API Reference: Textarea
This component is based on the Textarea
element and supports all of its props.
Prop | Type | Default |
---|---|---|
hasError | boolean | - |
Disabled textarea
Textarea with error
To style the Textarea
for an error state, use the hasError
prop.
Please select a value.
Please select a value.
Last updated on