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.7.0] VTreeview load-children doesn't fire when opening via expand-icon, only fires on open-on-click. #20360

Closed
Nafia123 opened this issue Aug 20, 2024 · 0 comments · Fixed by #20364
Labels
C: VTreeview T: bug Functionality that does not work as intended/expected

Comments

@Nafia123
Copy link

Nafia123 commented Aug 20, 2024

Environment

Vuetify Version: 3.7.0
Last working version: 3.6.11
Vue Version: 3.4.29
Browsers: Chrome 127.0.0.0
OS: Windows 10

Steps to reproduce

Load the example in the reproduction link. Click on the expand-icon arrow. It will not fire the fetchChildren function. Click on title of Node. It will fire the fetchChildren funciton

Expected Behavior

It will run the fetchChildren function to get children

Actual Behavior

It doesn't fire the fetchChildren function.

Reproduction Link

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

Other comments

Without the open-on-click prop there is no way to fire the load-children function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTreeview T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants