TextArea

Uncontrolled

Uncontrolled TextAreas behave just like HTML textarea elements. The value is handled by the DOM. The only difference is that defaultValue must be used to set the initial value rather than value.

<TextArea defaultValue="Hello World" />