Textarea Component
The textarea component.
Properties
Name | Type | Default | Description |
---|---|---|---|
value | string | '' | The value of the textarea. |
disabled | boolean | false | Indicates whether the textarea is disabled. |
error | boolean | false | Indicates whether the textarea has an error. |
caption | string | '' | The caption text for the textarea. |
label | string | '' | The label for the textarea. |
name | string | '' | The name of the textarea. |
placeholder | string | '' | The placeholder text for the textarea. |