vuetifyjs/vuetify
View on GitHub[Bug Report][3.11.6] load-children + return-object + search do not work properly in VTreeView
Open
#22533 opened on Jan 20, 2026
C: VTreeviewT: buggood first issue
Description
Environment
Vuetify Version: 3.11.6 Vue Version: 3.5.27 OS: Windows, Android, Linux
Steps to reproduce
- Open "Server1" node
- Open "Dir1" node to load children
- Open "Dir2" node to load children
- Type "Dir1" in search box
Expected Behavior
"File1.txt" and "File2.txt" nodes should stay visible
Actual Behavior
"File1.txt" and "File2.txt" nodes are hidden
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I found two ways to fix that 1 - remove "return-object" 2 - remove "load-children".
Images
