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!>
Thanks for joining our community and helping improve Syncfusion products!
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.