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