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!

0
Votes


Hello,

I am using SfRichTextEditor in .Net MAUI Blazor Hybrid project.

I have defined the EditorMode as Markdown and have set a ValueChange handler.

Have some text already inside the editor during initialization.


When the control initializes, long press so that clipboard menu appears and choose "Select all" from the menu. Then press Backspace. At this point all the text is deleted as expected. But the ValueChange handler does not receive the empty text (new value). It still contains the old value (original text). This is the bug.