vuetifyjs/vuetify
[Bug Report][3.9.7] VTreeview won't automatically expand searched items' parents
クローズ
#22,035 opened on 2025/09/09
C: VTreeviewT: buggood first issue
Repository metrics
- Stars
- (40,995 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
Environment
Vuetify Version: 3.9.7 Vue Version: 3.5.13 OS: Linux undefined (current)
Steps to reproduce
- Type "TEST" into the search field
- The "John" node is not expanded
Expected Behavior
The tree should reveal its items in such a manner so that the found items are visible.
Actual Behavior
That doesn't happen. If the parent of the item being searched for is in its collapsed state before the search, it won't be expanded after.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
There's a similar issue: https://github.com/vuetifyjs/vuetify/issues/8497, but I don't see the mentioned props anymore in the documentation. It seems outdated.