Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Description:
When selecting and deselecting the value, the selected value is not properly update to the component with Multiselect virtualization check box mode.
Sample: https://stackblitz.com/edit/github-x6v2hy-xda6hh?file=src%2Fvirtual-scroll.html
Same issue occurs in JS Platform,
JS Sample: https://stackblitz.com/edit/yj7dbw-ehyflq?file=index.ts
Replication Procedure:
Expected: Current selected value should update to the component
Actual: Previous deselected value is updated to the component instead of current selected value.