TextAreaChangeEvent

Props

The following table outlines the props for the TextAreaChangeEvent:

NameTypeDefaultDescription
event
React.ChangeEvent<HTMLTextAreaElement>
-

Specifies the initial event object received from the textarea element.

value
string
-

Specifies the current value of the TextArea.