vuetify
vuetify copied to clipboard
[Bug Report][3.3.23] v-list-group closes open list even if `id` is unique after shuffled
Environment
Vuetify Version: 3.3.23 Last working version: 3.3.23 Vue Version: 3.3.7 Browsers: Chrome 118.0.0.0 OS: Mac OS 10.15.7
Steps to reproduce
- Click
TOGGLE SHUFFLE
: make sureNOW: TRUE
on the button - Click
ADD
few times - Click each group and select one of the sub menus under the group
- Some group list will be closed
Refresh the shared link and just click ADD
with no shuffle then all group lists work as expected
Expected Behavior
No groups list should not be closed on selection
Actual Behavior
Some group list was closed on selection
Reproduction Link
If you use a stable key instead of the index it works as expected.
@KaelWD Thanks for quick response. Sorry for lack of understanding. If you don't mind can you give me some example or Playground stuff? 🙇