You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I call: await HtmlEditor.LoadHTMLContent(QuotationReportGroup.Description);
within OnInitializedAsync() it doesn't do anything, the HTML editor remains empty. QuotationReportGroup.Description is a string of HTML.
I suppose it is firing too early, I tried doing it on the OnAfterRenderAsync event aswell but that didn't help.
The text was updated successfully, but these errors were encountered:
If I call:
await HtmlEditor.LoadHTMLContent(QuotationReportGroup.Description);
within OnInitializedAsync() it doesn't do anything, the HTML editor remains empty. QuotationReportGroup.Description is a string of HTML.
I suppose it is firing too early, I tried doing it on the OnAfterRenderAsync event aswell but that didn't help.
The text was updated successfully, but these errors were encountered: