Environment
Vuetify Version: 2.5.10
Last working version: 2.4.2
Vue Version: 2.6.14
Browsers: Chrome 95.0.4638.54
OS: Mac OS 10.15.7
Steps to reproduce
- Wrap an element using v-show with any of the vuetify transition components
- Observe what happens when the show property is toggled between true and false
Expected Behavior
It should show or hide the element using the transition when the v-show directive is applied and the value is toggled
Actual Behavior
After toggling the visibility to show the element, toggling it again will not keep the element hidden anymore.
Reproduction Link
https://codepen.io/effort3/pen/QWMGJdm
Other comments
This seems to be related to the changes applied after this issue was reported: #13973
Environment
Vuetify Version: 2.5.10
Last working version: 2.4.2
Vue Version: 2.6.14
Browsers: Chrome 95.0.4638.54
OS: Mac OS 10.15.7
Steps to reproduce
Expected Behavior
It should show or hide the element using the transition when the v-show directive is applied and the value is toggled
Actual Behavior
After toggling the visibility to show the element, toggling it again will not keep the element hidden anymore.
Reproduction Link
https://codepen.io/effort3/pen/QWMGJdm
Other comments
This seems to be related to the changes applied after this issue was reported: #13973