Open Terrijoo opened 1 year ago
When using a Tree with :filter="true" and :lazy="true"/@node-expand the filtering does throw an error about "this.value" not being iterable after expanding a node, see "Steps to reproduce"
:filter="true"
:lazy="true"
@node-expand
https://codesandbox.io/p/sandbox/primevue-demo-forked-433ebz?file=%2Fsrc%2FApp.vue%3A5%2C11
3.29.2
3.x
ALL
Vite
No response
Another way is:
The "default filter" method should still work and not throw an error
Any updates on this issue . Filter not working in lazy mode
Describe the bug
When using a Tree with
:filter="true"
and:lazy="true"
/@node-expand
the filtering does throw an error about "this.value" not being iterable after expanding a node, see "Steps to reproduce"Reproducer
https://codesandbox.io/p/sandbox/primevue-demo-forked-433ebz?file=%2Fsrc%2FApp.vue%3A5%2C11
PrimeVue version
3.29.2
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Another way is:
Expected behavior
The "default filter" method should still work and not throw an error