Disabling Spellcheck #3473
-
Hey everyone! I'm using tip tap and am wondering how I might disable spellcheck. I tried this, but it didn't work for me. I'm not a strong coder, sooooo it might be ignorance. But I checked with my strong coding friend and he also said it wasn't possible. Wanted to reach out! Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I reached out to humans@tiptap.dev and they replied soooo fast: this worked for me:
|
Beta Was this translation helpful? Give feedback.
-
Set |
Beta Was this translation helpful? Give feedback.
I reached out to humans@tiptap.dev and they replied soooo fast:
this worked for me:
<EditorContent editor={editor} spellCheck={false} />