Добавлена кнопка очистки на жанры

This commit is contained in:
Book Pauk
2022-09-29 15:32:23 +07:00
parent 792c1ca8ae
commit 385e102d7b

View File

@@ -80,6 +80,10 @@
class="bg-white q-mt-xs" input-style="cursor: pointer" style="width: 200px;" label="Жанр" stack-label outlined dense clearable readonly
@click="selectGenre"
>
<template v-if="genreNames" #append>
<q-icon name="la la-times-circle" class="q-field__focusable-action" @click.stop.prevent="search.genre = ''" />
</template>
<q-tooltip v-if="genreNames" :delay="500" anchor="bottom middle" content-style="font-size: 80%" max-width="400px">
{{ genreNames }}
</q-tooltip>