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!
Replication procedure :
1. Run the sample application
2. Select any values in the MultiSelect component
3. Remove any one of the selected values from the MultiSelect
4. Check the console for the output
Expected Output: The remove event argument itemData should hold the respective removed value.
Current Output: The remove event argument itemData holds a null value instead of the respective removed value.