question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disable Spell Check

See original GitHub issue

I am trying to disable the auto spell check on the editor but am unable to do it. I see an attribute that can be specified with the textarea called withspellcheck. However, there is no way for me to define it via the editor.

I do see an attribute spellcheck on the editor wrapper div but can’t find a way to disable it.

@JiHong88 Can you help?

Version

2.43.14

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
JiHong88commented, Sep 5, 2022

I will add an option to add attributes to the “div”. Before updating the version, put the option directly.

editorInstance.onload = (core) => {
  core.context.element.wysiwyg.setAttribute("spellcheck", "false");
}
0reactions
JiHong88commented, Sep 22, 2022

The 2.44.0 version has been updated. If this issue has not been resolved, please reopen this issue. Thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Turn spell check on or off - Microsoft Support
Click File > Options > Proofing, clear the Check spelling as you type box, and click OK. The Check spelling as you type...
Read more >
How to Turn Off Spell Check in Microsoft Word - groovyPost
Open your document and press File > Options. · Select Proofing on the left side. · Move to the section labeled “When correcting...
Read more >
How to Disable the Microsoft Word Spell Checker
How to Disable the Microsoft Word Spell Checker ; 1. Start the Microsoft Word application. ; 2. Click the "File" tab in the...
Read more >
How to disable Spell Check in Google Chrome - Micro Center
How to disable Spell Check in Google Chrome · Go to the settings for Google Chrome. · Click the Menu icon at the...
Read more >
Microsoft Word: Disable Spell Check - Technipages
Disabling Spell Check Setting · Do one of the following depending on your operating system: Windows: “File” > “Options” > “Proofing“. · Uncheck ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found