Textarea
Form field for multi-line text entry.
Usage
Properties
| Prop | Type | Default |
|---|---|---|
placeholder | string | - |
disabled | boolean | - |
error | boolean | - |
value | string | - |
Examples
Error
Use the error property to indicate that the textarea has an error.
Disabled
Use the disabled property to prevent users from interacting with the textarea.