title
Description
Optional. Sets a tooltip text with additional info about the controlUsage
title?: string;
Example
<template>
<Combo
:options="users"
textField="label"
error
:value="104"
title="Incorrect option">
<template v-slot="option">{{ option.label }}</template>
</Combo>
</template>
Related article: Adding a title
Related sample: Combo