placeholder
Description
Optional. Sets a placeholder for an areaUsage
placeholder?: string;
Example
<TextArea placeholder="Type here" />
Details
For a placeholder to be visible in the area, the control should be initialized without any value specified.
Related article: Adding a placeholder for the input
Related sample: TextArea