title
Description
Optional. Sets a tooltip text with additional info about the controlUsage
title?: string;
Example
<TextArea
error
placeholder="Type here"
title="It can't be empty" />
Related article: Adding a title
Related sample: TextArea