mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
also add template for the clear button to disable tabindex
This commit is contained in:
@@ -45,6 +45,12 @@
|
|||||||
</v-chip>
|
</v-chip>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</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>
|
</Multiselect>
|
||||||
|
|
||||||
<template #append v-if="$slots.append">
|
<template #append v-if="$slots.append">
|
||||||
|
|||||||
Reference in New Issue
Block a user