When using the rich text editor and using the source code view, edits to the text do not stay when the editor looses focus.
this was tested with version 18.2.54, the current latest version.
see attached full project to replicate the issue.
For quick reference, below is the code for the rich text editor.
<SfRichTextEditor >
<RichTextEditorToolbarSettings Type="ToolbarType.MultiRow"
EnableFloating="false"
Items="@(new string[] {"Undo", "Redo", "|",
"Bold", "Italic", "Underline","|",
"FontName", "FontSize", "FontColor", "BackgroundColor", "|",
"SuperScript", "|",
"Alignments", "OrderedList", "UnorderedList", "|",
"CreateLink", "Image", "|",
"ClearFormat", "SourceCode", "FullScreen"})">
</RichTextEditorToolbarSettings>
</SfRichTextEditor>
Attachment:
SyncfusionRTEBug_aeb858c6.zip