sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

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

Open Crovitche-1623 opened 1 month ago

Crovitche-1623 commented 1 month ago

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