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