FishieCat
FishieCat
I'm not sure if I didn't properly test this or whether the results are inconsistent. After seeing https://github.com/Ionaru/easy-markdown-editor/issues/586 I tried my example again. Adding ``` spellChecker: false, nativeSpellchecker: true, ```...
Thank you @valentijnscholten (`contenteditable` has to be in quotes) ``` spellChecker: false, nativeSpellchecker: true, inputStyle: 'contenteditable', ``` > 
> If i understand it right, if a element is with `visibility: hidden;` it will not be searched by the browser. True, tested in [this example](https://jsfiddle.net/Locuexpn/). Looks like a CSS-only...