-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
C: VSlideGroupT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected
Milestone
Description
Environment
Vuetify Version: 2.2.9
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.87
OS: Mac OS 10.13.6
Steps to reproduce
Using the codepen link:
- Click add and see that items successfully add to the slide group.
- Click hide, which toggles v-show to false on the slide group. (Note, this happens in my app because a route with a slide group is set as "keep alive", so when I come back to the route, it causes this issue).
- Add to the slide group with the add button while the slide group is still hidden.
- Click hide to toggle v-show so that the slide group becomes visible again, and see that its arrows are erroneously gone.
Expected Behavior
When slide group comes becomes visible again, the arrows visibility should be figured out automatically.
Actual Behavior
When the slide group becomes visible, arrows are gone.
Reproduction Link
https://codepen.io/jauntcode/pen/KKpPROd
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: VSlideGroupT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected