Hi
I found one issue with RTE inside sftab, with Load On value = Dynamic, RTE toolbar is visible, but when values are Load or Demand rte toolbar is not visible.
Its needed to resize browser for show rte toolbar.
Please help!
<SfTab @ref="Tab"
@bind-SelectedItem="SelectedTab"
ID="Tab"
LoadOn="ContentLoad.Dynamic"
EnablePersistence="false">
<TabItems>
<TabItem>
<ChildContent>
<TabHeader Text="Presentación"></TabHeader>
</ChildContent>
<ContentTemplate>
<SfRichTextEditor @bind-Value="@dModel.COMMENTS">
<RichTextEditorImageSettings SaveUrl="@END_POINT" Path=""
ResizeByPercent="true" MaxWidth="900" MaxHeight="900" />
<RichTextEditorEvents OnImageUploadSuccess="@ImageUploadSuccess"> </RichTextEditorEvents>
</SfRichTextEditor>
...
etc