From ee4e181777f6e2abaf450cd5ff9e5ee692baf7e4 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Fri, 21 Mar 2025 13:46:38 +0100 Subject: [PATCH] fix: refs #8131 remove unnecessary 'is-' prefix from v-model bindings in filter components --- src/components/ItemsFilterPanel.vue | 1 - src/pages/Order/Card/CatalogFilterValueDialog.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/ItemsFilterPanel.vue b/src/components/ItemsFilterPanel.vue index 3c689750a1d..0f1e3f1ebed 100644 --- a/src/components/ItemsFilterPanel.vue +++ b/src/components/ItemsFilterPanel.vue @@ -262,7 +262,6 @@ const setCategoryList = (data) => { v-model="value.value" :label="t('components.itemsFilterPanel.value')" :disable="!value" - is- :is-clearable="false" @keyup.enter="applyTags(params, searchFn)" /> diff --git a/src/pages/Order/Card/CatalogFilterValueDialog.vue b/src/pages/Order/Card/CatalogFilterValueDialog.vue index e9a556270d0..10273a254d6 100644 --- a/src/pages/Order/Card/CatalogFilterValueDialog.vue +++ b/src/pages/Order/Card/CatalogFilterValueDialog.vue @@ -90,7 +90,6 @@ const getSelectedTagValues = async (tag) => { v-model="value.value" :label="t('components.itemsFilterPanel.value')" :disable="!value" - is- class="col" data-cy="catalogFilterValueDialogValueInput" />