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