Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 30a1e30

Browse files
lukicenturikelsos
authored andcommitted
fix(AutoComplete): some cases where selection not showing
1 parent 5505b2b commit 30a1e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/forms/auto-complete/RuiAutoComplete.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ defineExpose({
615615
v-bind="{ item }"
616616
/>
617617
<slot
618-
v-if="slots.selection"
618+
v-if="multiple || slots.selection"
619619
:index="i"
620620
name="selection"
621621
v-bind="{ item, chipAttrs: chipAttrs(item), chipOn: chipListener(item, i) }"

0 commit comments

Comments
 (0)