Tree: parent checkbox not adjusting to children when using virtualScroll #14250
Labels
Resolution: Help Wanted
Issue or pull request requires extra help and feedback
Milestone
Describe the bug
when using tree component with
selectionMode="checkbox"
andvirtualScroll="true"
parent is not adjusting when selecting/unselecting children nodes. IfvirtualScroll="true"
is removed everything is working correctlyEnvironment
Windows, Chrome
Reproducer
https://stackblitz.com/edit/yrftvk-vxhbqy
Angular version
15.2.4
PrimeNG version
15.2.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.12.1
Browser(s)
No response
Steps to reproduce the behavior
checkbox
asselectionMode
andvirtualScroll
set totrue
Expected behavior
Parent checkbox should be marked/unmarked according to the selected children
The text was updated successfully, but these errors were encountered: