Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, 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

Hi,

we wanted to update our QueryBuilder version from 19.2.44 to the latest version (19.3.45), but since then our call to "getFilteredRecords()" fails with an exception when using an "empty" rule:

{ condition: "and", rules: [] }

I attached a link to a working sample. Just click the button and it will raise an exception.

If you change the QueryBuilder's package version to 19.2.44, it will work just fine and log to the console.