title
Description
Optional. Sets a tooltip text with additional info about the controlUsage
title?: string;
Example
<Select error options={users} title="Invalid option" />
Related article: Adding a title
Related sample: Select
title?: string;
<Select error options={users} title="Invalid option" />
Related article: Adding a title
Related sample: Select