vuetifyjs/vuetify

[Bug Report][3.9.7] VTreeview won't automatically expand searched items' parents

已关闭

#22,035 创建于 2025年9月9日

 (1 条评论) (0 个反应) (1 位负责人)TypeScript (7,139 个派生)batch import
C: VTreeviewT: buggood first issue

仓库指标

星标
 (40,995 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Environment

Vuetify Version: 3.9.7 Vue Version: 3.5.13 OS: Linux undefined (current)

Steps to reproduce

  1. Type "TEST" into the search field
  2. 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.

Images

贡献者指南