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

First case: Entered data is removed when switching to code preview and back to HTML render

Repro steps:

  1. enter some data
  2. click the "code preview" button twice
  3. see the result (entered data disappeared)

Second case: ExecuteCommand(InsertText, "some text") inserts data and then immediately deletes it
Repro steps:
  1. Run
    ExecuteCommand multiple times
  2. observe flickering and missing data

Third case: After switching between code preview and HTML render multiple times, one Enter key press creates multiple new lines
Repro steps:
  1. Enter some data
  2. click the "code preview" button 10 times
  3. Try to click the enter key
  4. Observe multiple new lines created

Video proof of the described problems ->