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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
Expected: Change Event will trigger only once
Actual: Change event is triggered for items more than 52.