Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(animation): The fade out animation does not work when the appendToBody option is set. #1837

Open
Crovitche-1623 opened this issue Jun 6, 2024 · 0 comments
Labels

Comments

@Crovitche-1623
Copy link

When the appendToBody option is used, the style display: none; visibility: hidden is directly applied on the ul tag which cause the ul to directly disappears without the animation.

Example: just go to the following codepen: https://codepen.io/sagalbot/pen/dJjzeP and add the append-to-body option to the v-select

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant