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: When the “enableVirtualization” property is enabled, the change event is not triggered when removing the selected items. This isse only occurs with the template case.


Sample


Replication Steps:


  1. Run the sample.
  2. Select the values.
  3. Remove the selected value(s) using the remove icon.
  4. Check the console to verify that the change event is not triggered.

Expected Behavior: The change event should be triggered when removing the selected values.


Actual Behavior: The change event is not triggered when removing the selected values.