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!>
Thanks for joining our community and helping improve Syncfusion products!
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.