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

When creating a template column based on a non-Syncfusion React component and especially when using the "In" operator and a value array, the query builder notifyChange function does not properly update the rules.

This behavior seems to be related to several issues:

 - the destroy function available on all Syncfusion components is not available on my custom component, causing some DOM mess where my custom component is not properly cleaned-up when changing operator.

 - the notifyChange function expects elements with the class name 'e-check' which my custom component doesn't have.