Skip to content

Commit

Permalink
fix: update classes in c-select to reflect classes used by latest vue…
Browse files Browse the repository at this point in the history
…tify
  • Loading branch information
ascott18 committed Oct 20, 2023
1 parent 6c432d0 commit 856bcd3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/coalesce-vue-vuetify3/src/components/input/c-select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@
:item="internalModelValue"
:search="search"
>
<slot name="item" :item="internalModelValue" :search="search">
<span style="overflow: hidden">
<c-display :model="internalModelValue" />
</span>
</slot>
<span class="v-select__selection">
<slot name="item" :item="internalModelValue" :search="search">
<c-display
class="v-select__selection-text"
:model="internalModelValue"
/>
</slot>
</span>
</slot>

<input
Expand Down

0 comments on commit 856bcd3

Please sign in to comment.