Textarea
A form element that allows users to enter text on multiple lines.
Features
- Specify a max length for the text.
- Formik wrapper available.
Examples
With label
With placeholder
Disabled
Invalid
Invalid input
With error
Use the BaseError
component to render a styled text component for the renderError
.
Error:
Invalid input
With counter
0
With maxLength
10
With fixed height
Related components
- Input: An element used to create interactive controls for web-based forms in order to accept data from the user.