TextAreaChangeEvent
Props
The following table outlines the props for the TextAreaChangeEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | React.ChangeEvent<HTMLTextAreaElement> | - | Specifies the initial event object received from the textarea element. |
| value | string | - | Specifies the current value of the TextArea. |