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 the Enter key action is configured to use br tags in the Blazor Rich Text Editor, typing a hyperlink (e.g., www.google.com) and pressing the Enter key does not move the cursor to a new line. This issue is not observed when using p or div tags.

Sample: 


Replication steps:

  • Set the Enter key tag to 
    br
    .
  • Type any link (e.g., www.google.com) in the editor.
  • Press the Enter key.
  • Observe the issue: the cursor does not move to the next line.


  • Expected behaviour: 
    A new line should be created after typing a hyperlink and pressing Enter, even when using br tags.



    Actual behaviour: 
    The cursor does not move to the next line after pressing Enter.