feat: refs #8602 add remove functionality for tag filters in EntryBuys component
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
639a7bc072
commit
5f20ff4df0
|
@ -685,11 +685,13 @@ onMounted(() => {
|
||||||
v-model="tag1Filter"
|
v-model="tag1Filter"
|
||||||
:label="t('Tag')"
|
:label="t('Tag')"
|
||||||
@keyup.enter="tag1 = tag1Filter"
|
@keyup.enter="tag1 = tag1Filter"
|
||||||
|
@remove="tag1 = null"
|
||||||
/>
|
/>
|
||||||
<VnInput
|
<VnInput
|
||||||
v-model="tag2Filter"
|
v-model="tag2Filter"
|
||||||
:label="t('Tag')"
|
:label="t('Tag')"
|
||||||
@keyup.enter="tag2 = tag2Filter"
|
@keyup.enter="tag2 = tag2Filter"
|
||||||
|
@remove="tag2 = null"
|
||||||
/>
|
/>
|
||||||
</VnRow>
|
</VnRow>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue