clear
Description
Optional. Adds the Clear button into the inputUsage
clear?: boolean;
Default value
false
Example
<template>
<RichSelect :options="users" clear />
</template>
Related article: Adding the Clear button
Related sample: RichSelect