-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Tree component #6940
Comments
<InputText v-model="filterValue" autocomplete="off" :class="cx('pcFilterInput')" :placeholder="filterPlaceholder" :unstyled="unstyled" @keydown="onFilterKeydown" :pt="ptm('pcFilterInput')" /> If the @keydown would be changed to keyup then it is possible to do easy workaround. But currently you are getting filter value before the full input |
Due to PrimeVue team's busy roadmap, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨ |
Duplicate #6928 |
It is not duplicate, different scenarios |
Describe the bug
Vue Tree Component tree branches does not expand during filtering to display matching search results.
Reproducer
https://stackblitz.com/run?file=src%2FApp.vue
PrimeVue version
4.2.4
Vue version
4.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Create a tree component with filtering. When filter input is inserted the tree is filtererd, but the nodes are not open if it is a child node.
The same issue is bringed out here also #3996
Expected behavior
When tree is being filtered, then the nodes should be opened
The same issue is bringed out here also #3996
I saw there was even done a feature branch, but was closed.
The text was updated successfully, but these errors were encountered: