Skip to content

Commit

Permalink
fix(SelectMenu): missing appear on transition
Browse files Browse the repository at this point in the history
Resolves #400
  • Loading branch information
benjamincanac committed Jul 10, 2023
1 parent 3b432fd commit cbe2b1b
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 @@ -51,7 +51,7 @@
</component>

<div v-if="open" ref="container" :class="[ui.container, ui.width]">
<Transition v-bind="ui.transition">
<Transition appear v-bind="ui.transition">
<component :is="searchable ? 'HComboboxOptions' : 'HListboxOptions'" static :class="[ui.base, ui.divide, ui.ring, ui.rounded, ui.shadow, ui.background, ui.padding, ui.height]">
<HComboboxInput
v-if="searchable"
Expand Down

1 comment on commit cbe2b1b

@vercel
Copy link

@vercel vercel bot commented on cbe2b1b Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui.nuxtlabs.com
ui-nuxtlabs.vercel.app
ui-git-dev-nuxtlabs.vercel.app

Please sign in to comment.