Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling LoadHTMLContent within OnInitializedAsync() doesn't work #37

Closed
proskilly opened this issue Jan 22, 2021 · 1 comment
Closed

Comments

@proskilly
Copy link

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.

@proskilly
Copy link
Author

I see this is a duplicate of issue # 32, so I have found the solution from there
#32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant