FormidableLabs/react-live

Disable spellcheck

Closed this issue · 0 comments

I notice that Firefox adds a dotted underline to words that are "misspelled" in the contenteditable area:

screen shot 2017-08-30 at 4 58 57 pm

We can fix this by adding spellcheck="false" to the editor container. That seems like a reasonable default, and I can't think of a situation where you would want a normal "spell check" behavior in a code editor.