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

Native spell checker isn't working #586

Open
arch-fan opened this issue Mar 28, 2024 · 2 comments
Open

Native spell checker isn't working #586

arch-fan opened this issue Mar 28, 2024 · 2 comments
Labels

Comments

@arch-fan
Copy link

arch-fan commented Mar 28, 2024

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

@arch-fan arch-fan added the Bug label Mar 28, 2024
@richard5mith
Copy link

Isn't that because you need to add inputStyle: 'contenteditable' for nativeSpellcheck to work?

@arch-fan
Copy link
Author

arch-fan commented Jun 8, 2024

Nope, isn't working

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

No branches or pull requests

2 participants