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