Hi
How do I enable spell checking on the Document Editor in Blazor Server? It seems like a very basic requirement but I can't see anything in the documentation about this?
I've set EnableSpellCheck to "true" but nothing happened.
What are the exact steps to get spell checking working? Assume I'm an idiot, please.
<SfDocumentEditorContainer @ref="docEditor" EnableSpellCheck="true" Height="85vh" EnableToolbar=true>
<DocumentEditorContainerEvents Created="OnWordEditorCreated"></DocumentEditorContainerEvents>
</SfDocumentEditorContainer>