Toggle theme
A simple textarea field
Label, helper and error text to give provide more context and useful hints.
Name | Description | Type | Default Value |
---|---|---|---|
description | Renders a neutral helper message underneath the input. | string | '' |
disabled | bool | false | |
errorMessage | Renders a red error message for validation underneath the input. | string | '' |
id | string | n/a | |
isValid | Renders the input as valid or invalid | bool | true |
label | Renders a label inside the input. | string | '' |
loading | bool | false | |
name | string | n/a | |
onChange | func | n/a | |
value | Value of the input. This should be stored in the state of the parent component | string | '' |