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

  • When removing a selected element, the remove event argument itemData holds a null value instead of the respective removed value
  • This problem only occurs when binding complex data and enabling the allowObjectBinding property

Sample : https://stackblitz.com/edit/angular-mbq2v7-4yxey9?file=src%2Fapp.component.html,src%2Fapp.component.ts


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.