Hey guys!
We updated our applications a few versions to 19.4.52 and we getting error when accessing the blazor instance of the richtexteditor in JavaScript.
this code:
var rteInstance = document.getElementById("defaultRTE").blazor__instance;
returns undefined - even if a have a defaultRTE id linked to the RTE in the mark up. Any ideas? did i miss something in the patch notes?
I attached a small example project.
Best Regards
Patrick
Attachment:
RichTextEditor_Test_8c75608.zip