In the Blazor RichTextEditor control, I need to get the contents, both formatted and plain-text, of the current selection. The Blazor RTE doesn't have this API, but I can see that the API does exist in the plain
JS RTE. So the question would be - do you plan to expose this API in the Blazor RTE? Also, I assume that the Blazor RTE is just wrapping the JS one. If that's the case, could you advise on steps to manually invoke this API from outside the wrapper? Thank you!