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.5.9] Treeview: search and filter props do not work #19404

Closed
b-maslennikov opened this issue Mar 14, 2024 · 14 comments · Fixed by #20508 · May be fixed by jonathanestefani/crud_vuetify#5 or WontonSam/Cachimanstarter.dev#447
Assignees
Labels
C: VTreeview VTreeview labs T: bug Functionality that does not work as intended/expected
Milestone

Comments

@b-maslennikov
Copy link

b-maslennikov commented Mar 14, 2024

Environment

Vuetify Version: 3.5.9
Vue Version: 3.4.21
Browsers: Google Chrome, Mozilla Firefox, Microsoft Edge
OS: Windows

Steps to reproduce

use Search text field and enter John

Expected Behavior

should filter items

Actual Behavior

nothing is happening

Reproduction Link

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

Other comments

played a lot with this. no results. does not work at all...
PS: v-model:open does not seem to work as well (should be raised a new issue?)
PSS: noticed that almost everything does not work properly. which is ok for 1st version of labs component.

@b-maslennikov b-maslennikov changed the title [Bug Report][3.5.9] Treeview: search an filter do not work [Bug Report][3.5.9] Treeview: search and filter props do not work Mar 14, 2024
@liunnn1994
Copy link

3.6.4 also has this problem
example

@gcc-master
Copy link

Confirm, search function don't work properly.
Result tree is broken. Hide some top elements
Search sample: cormier.agnes
Sample Tree JSON data for test attached
tree.json

@lubuger
Copy link

lubuger commented Aug 15, 2024

Still not working on 3.6.14

@yuwu9145
Copy link
Member

yuwu9145 commented Aug 15, 2024

Still not working on 3.6.14

v3.7.*

@lubuger
Copy link

lubuger commented Aug 16, 2024

@b-maslennikov
Copy link
Author

b-maslennikov commented Aug 16, 2024

confirming. it was working week ago in 3.7.0-beta-1

@b-maslennikov
Copy link
Author

@yuwu9145 this does not work when I have return-object

@yuwu9145 yuwu9145 reopened this Aug 16, 2024
@yuwu9145 yuwu9145 added this to the v3.7.x milestone Aug 16, 2024
@b-maslennikov
Copy link
Author

b-maslennikov commented Aug 16, 2024

return-object works. search and custom-filter do not work with it

@yuwu9145
Copy link
Member

Yeah, I mean return-object doesn't work in this issue context (search & filter)

@frafrafrafra
Copy link

Working for me on 3.7.0 👍

@J-Sek
Copy link
Contributor

J-Sek commented Sep 11, 2024

Yeah, I mean return-object doesn't work in this issue context (search & filter)

Could be covered by #20459

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