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