Hi Blazor,
We have validated your query. We have created a sample based on
the information you shared, but unfortunately, we are unable to replicate your
problem at our end. Could you please see the attached video and sample for your
reference?
We suspect that the issue occurred because the script was not
properly referred to the Rich Text Editor. Could you please take a look at the
following documentation for your reference.
If you're using the individual NuGet "Syncfusion.Blazor.RichTextEditor,”
you can use the following CSS and scripts:
|
<link
rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css"
rel="stylesheet" /> <script
src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js"
type="text/javascript"></script>
|
For common NuGet "Syncfusion.Blazor,”
|
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
|
Documentation: https://blazor.syncfusion.com/documentation/rich-text-editor/getting-started
Styles: https://blazor.syncfusion.com/documentation/appearance/themes
Scripts: https://blazor.syncfusion.com/documentation/common/adding-script-references
If you are still facing an error, could you please share the
following information to replicate your problem at our end?
- Can
you please share your exact code in your application, or can you please
share the issue-replicating sample?
- If
possible, please modify the shared sample with the issue-replicating code.
Regards,
Vinothkumar
Attachment:
Sample_3f53d5_9221a90c.zip