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!

0
Votes
In Removed event, args.itemData is returned as null if we provide integer value in datasource

Sample Link       : https://stackblitz.com/edit/syncfusion-multi-select-issue-1


Replication Procedure:


1. Run the sample.

2. Choose “Game 1” and remove Game 1 using chip clear icon.

3. Observe args.itemData has the value which is removed.

4. Type any integer value and choose the custom value.

5. Now remove that value using chip clear icon.

5. Observe args.itemData as null.