Optional
autoOptional
defaultOptional
disabledOptional
fullIf set, height will be 100%
Optional
maxOptional
minOptional
nameOptional
noAuto-grow is default. However, it is only best-effort (only works in browsers that support field-sizing
). This prop turns it off completely.
Optional
onOptional
placeholderOptional
refOptional
requiredOptional
titleOptional
valuevalue
and onChange
are optional because we want to be able to use the control in an uncontrolled manner as well (for example, in forms)
Properties and some behavior of this TextArea is based on the Text Field of MUI: https://mui.com/material-ui/react-text-field/