Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.6.8] VTreeview scoped loading state ignores item-value prop #19945

Open
AndreyYolkin opened this issue Jun 4, 2024 · 0 comments

Comments

@AndreyYolkin
Copy link
Contributor

Environment

Vuetify Version: 3.6.8
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

  1. Create VTreeeview with JSON and item-value prop, which is not value
  2. Pass items tree which contains some id, needed for active/open state calculation
  3. Try to load children with opening the leaf

Expected Behavior

Only clicked item displays loading state

Actual Behavior

All items displays loading state

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

It was partially fixed before in #19773, but this fix related on item.value field, which is not present in some data structures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant