FishieCat

Results 3 comments of 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', ``` > ![Workaround in action](https://github.com/user-attachments/assets/23720afd-23ac-42a0-9c59-3503833dc632)

> 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...