Controlled Mode
By default, the TextArea is in an uncontrolled state.
The TextArea provides options for controlling the value. It supports setting it's value using value
prop to the underlying textarea
element.
Controlling the Value
To manage the value of the TextArea: