title
Description
Optional. Sets a tooltip text with additional info about the controlUsage
title?: string;
Example
<ColorSelect
value={color}
onChange={(v) => setColor(v.value)}
id={id}
title="Colors can be reconfigured" />
Related article: Adding a title
Related sample: ColorSelect