Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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 using EnablePersistence="true" on the QueryBuilder component, values are not saved to localStorage if the columns use <QueryBuilderTemplates>
However, if we remove the template and use a non-templated column, persistence works as expected. 


Replication Procedure:
  1. Run the sample 
  2. Select the payment mode ( it is the template option )
  3. Type any values and press refresh ( see the issue)

Expected Output:
QueryBuilder should retain its state and reload the previous rules from localStorage, even when a column uses a template.

Current Output:
QueryBuilder does not retain any rule values if one or more columns use <QueryBuilderTemplates>. The saved state is not available on reload.