Textarea
Text Area is a field for text values that can take up more than one line in a form, such as descriptions or comments.
Examples
States
Controlled
With field
Optional props
error
Whether is in error state
type
boolean
default
null
optional
Whether the textarea is optional or not
type
boolean
default
null
resizable
Whether the textarea is resizable or not
type
boolean
default
true
onChange
Callback for value change
type
React.Dispatch<any>
default
null