Skip to content

Commit

Permalink
Update SelectMenu.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter authored Nov 15, 2023
1 parent c77c685 commit b6a0788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/forms/SelectMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
aria-hidden="true"
/>
<span v-else-if="option.chip" :class="uiMenu.option.chip.base" :style="{ background: `#${option.chip}` }" />

<span class="truncate">{{ ['string', 'number'].includes(typeof option) ? option : option[optionAttribute] }}</span>
</slot>
</div>
Expand Down

0 comments on commit b6a0788

Please sign in to comment.