Tree: missing last typed letter on filter event #6962
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When using the input text filter on the tree view component, the last typed letter is not being included in
event.value
.Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-c1zg9sro?file=src%2FApp.vue
PrimeVue version
4.2.5
Vue version
4.x
Language
ES6
Build / Runtime
Vite
Browser(s)
Chrome v131
Steps to reproduce the behavior
Type something in the filter input, you will that the last letter is missing.
Expected behavior
It should include the entire string that has been typed in the input
The text was updated successfully, but these errors were encountered: