TextArea
Examples
TextArea Props
The TextArea component accepts the following props.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| className | string | '' | Additional classes added to the TextArea. | |
| isRequired | bool | false | Flag to show if the TextArea is required. | |
| isValid | bool | true | Flag to show if the TextArea is valid or invalid. | |
| value | string | number | null | Value of the TextArea. | |
| onChange | func | () => undefined | A callback for when the TextArea value changes. | |
| aria-label | custom | null | Custom flag to show that the TextArea requires an associated id or aria-label. |