clear
Description
Optional. Adds the Clear button into the inputUsage
clear?: boolean;
Parameters
- true - adds the Clear button into the input
- false - (default) the Clear button is not added into the input
Example
<template>
<Select :options="users" clear />
</template>
Related article: Adding the Clear button
Related sample: Select