Skip to content

Commit

Permalink
fix(AutoComplete): some cases where selection not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and kelsos committed Jun 18, 2024
1 parent 5505b2b commit 30a1e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/auto-complete/RuiAutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ defineExpose({
v-bind="{ item }"
/>
<slot
v-if="slots.selection"
v-if="multiple || slots.selection"
:index="i"
name="selection"
v-bind="{ item, chipAttrs: chipAttrs(item), chipOn: chipListener(item, i) }"
Expand Down

0 comments on commit 30a1e30

Please sign in to comment.