title
Description
sets a tooltip text with additional info about the controlType
string
Example
<RichSelect
options={users}
error
value={104}
title="Invalid option">
{#snippet children(option)}{option.label}{/snippet}
</RichSelect>
Related article: Adding a title
Related sample: RichSelect