Vuetify: 1.1.1
Vue: 2.5.16
Browsers: Chrome 67.0.3396.99
OS: Mac OS 10.13.5
Place the v-list-group inside an otherwise empty div instead of as a direct child of v-list.
List Group expand/collapse transition should work.
List Group expand/collapse transition does not work -- the list is shown/hidden only.
I ran into the same issue. I am trying to have
Same here. Trying to render a navigation menu where some items are expandable and some are not. Trying to find a workaround or cause of this issue, but nothing so far.
EDIT: using a <v-list class="pa-0" element instead of <div> is the workaround I chose. Having a list of lists where each list may only contain one item does not sound right though, hopefully the workaround won't be necessary if this bug is fixed.
I haven't had time to dig into when this was resolved, but it is for v1.2, https://codepen.io/johnjleider/pen/ZMGKOp
It was your transition changes in beta.3: 719ac431bbcf42d275e248f96f7b98fd0a2b444c, bca41c6f03f0a6392ff78a049789e5c41beed228
Most helpful comment
I haven't had time to dig into when this was resolved, but it is for v1.2, https://codepen.io/johnjleider/pen/ZMGKOp