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

Description: After upgrading to version 32.1.19, setting <RichTextEditorToolbarSettings Enable=false /> causes an unhandled exception at runtime. This issue does not occur in earlier versions.


Replication Steps:

  1. Run the attached sample.
  2. Observe the unhandled exception.
  3. To validate, remove the <RichTextEditorToolbarSettings Enable=false /> line and notice that the exception no longer occurs:

 

Expected Behavior: No exception should occur when disabling the toolbar using Enable="false".


Actual Behavior: Unhandled exception is thrown in version 32.1.19.