Changes to RTE do not appear inline after exiting the editor

See sample below. Could you please advise on the correct way to code this? Thank you.

<SfInPlaceEditor

    Mode="Syncfusion.Blazor.InPlaceEditor.RenderMode.Inline"

    Type="Syncfusion.Blazor.InPlaceEditor.InputType.RichTextEditor"

    @bind-Value="@TextValue"

    TValue="string">

    <EditorComponent>

        <SfRichTextEditor @bind-Value="@TextValue"></SfRichTextEditor>

    </EditorComponent>

</SfInPlaceEditor>


@code {

    private string TextValue { get; set; } = "syncfusion";

}



2 Replies

YV Yaswin Vikhaash Rajaretenam Syncfusion Team February 20, 2025 04:49 AM UTC

Hi Dave,


We have validated your query on " Two way binding is not working properly in In-Place editor ". We are able to replicate the reported issue. We have considered this as a bug from our end we will include the fix in the upcoming weekly patch release. You can track the status of the issue by the below feedback link.


Feedback Link : https://www.syncfusion.com/feedback/65599/two-way-binding-is-not-working-properly-in-in-place-editor


Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritisation.”


Regards

Yaswin Vikhaash



YV Yaswin Vikhaash Rajaretenam Syncfusion Team March 14, 2025 11:54 AM UTC

Hi Dave,


Query: Two way binding is not working properly in In-Place editor


Feedback:  https://www.syncfusion.com/feedback/65599/two-way-binding-is-not-working-properly-in-in-place-editor


We have included the fix for the issue "Two way binding is not working properly in In-Place editor" with our package version 28.2.9. So, can you please upgrade your package to the latest to resolve the issue from your end?


Release notes: https://blazor.syncfusion.com/documentation/release-notes/28.2.9?type=all#inplace-editor

Root cause:

After updating the value in the rich text editor and submitting the inline editor, the UpdatePreviewValue method is not triggered, which prevents the preview value from being updated.


Regards

Yaswin Vikhaash


Loader.
Up arrow icon