diff --git a/src/components/common/VnSelect.vue b/src/components/common/VnSelect.vue index 630ad3aaf..2078728b9 100644 --- a/src/components/common/VnSelect.vue +++ b/src/components/common/VnSelect.vue @@ -379,12 +379,11 @@ function getOptionLabel(property) { :options="myOptions" :option-label="optionLabel" :option-value="optionValue" - v-bind="{ ...$attrs, ...styleAttrs }" + v-bind="{ ...$attrs, ...styleAttrs, hideSelected: hasFocus }" @filter="filterHandler" :emit-value="nullishToTrue($attrs['emit-value'])" :map-options="nullishToTrue($attrs['map-options'])" :use-input="hasFocus || !value" - :hide-selected="hasFocus" :fill-input="false" lazy-rules :class="{ required: isRequired }"