TextArea

Read Only

The readOnly prop indicates that the input value cannot be modified by the user.

<TextArea defaultValue="Hello World" readOnly />