OptionalautoOptionaldefaultOptionaldisabledOptionalfullIf set, height will be 100%
OptionalmaxOptionalminOptionalnameOptionalnoAuto-grow is default. However, it is only best-effort (only works in browsers that support field-sizing). This prop turns it off completely.
OptionalonOptionalplaceholderOptionalrefOptionalrequiredOptionaltitleOptionalvaluevalue 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/