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