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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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:

  1. Run the sample.
  2. Select the value from the multiselect.
  3. Now deselect the selected value and select any other value.

Expected:  Current selected value should update to the component

Actual:  Previous deselected value is updated to the component instead of current selected value.