mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
also add template for the clear button to disable tabindex
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user