Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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:

In Multiselect, unchecking the selected value using uncheckAll checkbox, the change event is not triggered for first 52 item but for remaining data more than 52, the change event is triggered.

If the list item count is 62, while unchecking the change event is triggered for 10times and this issue is occurring only when using changeOnBlur as false.


Sample:  https://stackblitz.com/edit/react-kmgqtu-bdx3wg?file=index.js


Same Issues occurs in JS Platform.

Sample: https://stackblitz.com/edit/drutrm-tjatus?file=index.js


Replication Procedure:

  1. Run the sample.
  2. Click the SelectAll CheckBox.
  3. Now click the UnSelectAll CheckBox.
  4. Now see the console.

Expected: Change Event will trigger only once

Actual: Change event is triggered for items more than 52.