value
Description
Optional. Sets the value of an areaUsage
value?: string;
Example
<TextArea value="Some text" />
Related article: Setting the value
Related sample: TextArea
value?: string;
<TextArea value="Some text" />
Related article: Setting the value
Related sample: TextArea