We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The native spell checker isn't working, even with the wright config works
To Reproduce Just set up the editor in a textarea with this config
easyMDE({ element: document.getElementById("editor") as HTMLElement, initialValue: props.use === "editor" ? props.post.content : "", maxHeight: "300px", spellChecker: false, nativeSpellcheck: true, });
Expected behavior Spell checker working
Version information Node: 20 Browser: Brave Latest, Firefox Nightly
The text was updated successfully, but these errors were encountered:
Isn't that because you need to add inputStyle: 'contenteditable' for nativeSpellcheck to work?
inputStyle: 'contenteditable'
Sorry, something went wrong.
Nope, isn't working
No branches or pull requests
Describe the bug
The native spell checker isn't working, even with the wright config works
To Reproduce
Just set up the editor in a textarea with this config
Expected behavior
Spell checker working
Version information
Node: 20
Browser: Brave Latest, Firefox Nightly
The text was updated successfully, but these errors were encountered: