We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea019d commit e6d8016Copy full SHA for e6d8016
Tekst-Web/src/forms/resources/search/TextAnnotationSearchFormItems.vue
@@ -146,7 +146,7 @@ onMounted(async () => {
146
style="flex: 2 200px"
147
>
148
<n-select
149
- v-if="!!annoOptions[annotationItemIndex].valuesOptions.length"
+ v-if="annoOptions[annotationItemIndex].valuesOptions.length > 1"
150
v-model:value="annotationItem.v"
151
filterable
152
clearable
@@ -171,7 +171,7 @@ onMounted(async () => {
171
v-model:value="annotationItem.wc"
172
:round="false"
173
class="b text-small"
174
- :disabled="!!annoOptions[annotationItemIndex].valuesOptions.length"
+ :disabled="annoOptions[annotationItemIndex].valuesOptions.length > 1"
175
:title="$t('search.advancedSearch.wc')"
176
177
<template #checked>*</template>
0 commit comments