Skip to content

Commit

Permalink
revert: switch c-select selected item class back to `v-select__select…
Browse files Browse the repository at this point in the history
…ion` instead of `v-autocomplete__selection`, since the latter enforces a strict height and would alter the appearance of existing slot usages
  • Loading branch information
ascott18 committed Dec 5, 2024
1 parent bffd69c commit 5bc22f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<template #default>
<div class="v-field__input">
<span
class="v-autocomplete__selection"
v-for="(item, index) in internalModelValue"
:key="item[modelObjectMeta.keyProp.name]"
class="v-select__selection"
>
<slot
name="selected-item"
Expand Down

0 comments on commit 5bc22f2

Please sign in to comment.