also add template for the clear button to disable tabindex

This commit is contained in:
Mikhail Epifanov
2025-04-11 08:48:59 +02:00
parent 121d2471a7
commit ae1532e509

View File

@@ -45,6 +45,12 @@
</v-chip>
</div>
</template>
<template #clear="{ clear }" v-if="props.canClear">
<span @click="clear" aria-hidden="true" tabindex="-1" role="button" data-clear="" aria-roledescription="" class="multiselect-clear">
<span class="multiselect-clear-icon"></span>
</span>
</template>
</Multiselect>
<template #append v-if="$slots.append">