Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inline Disabling of Firefox Spellcheck?

I researched this a while ago and can't remember how to do it. I want to be able to prevent Firefox from running it's spell-checking functionality on certain input fields from within the page. I know it's possible but can't remember how to set it up.

like image 767
Wilco Avatar asked Oct 21 '08 23:10

Wilco


People also ask

Why is my spell check not working Firefox?

Chosen solutionThe spelling checker is enabled if [X] "Check Spelling" in the right-click context menu has a checkmark. You can enable or disable spell checking globally: Options/Preferences -> General: Language and Appearance: "Check your spelling as you type"

How do I get rid of the red underline in Firefox?

You can enable or disable spell checking globally: Options/Preferences -> General: Browsing: "Check my spelling as I type"

Can spell check be turned off?

To avoid that distraction, you can turn spell check off, then check spelling manually when you're done writing. Here's how. Click File > Options > Proofing, clear the Check spelling as you type box, and click OK. To turn spell check back on, repeat the process and select the Check spelling as you type box.


1 Answers

Talk about having a big "duh" moment! I found the answer after some trial & error:

<textarea spellcheck="false"></textarea> 
like image 151
Wilco Avatar answered Sep 16 '22 14:09

Wilco