Learn how to turn off spell checking (grammar correction) for form elements.
Read on how to do it in this link: https://www.w3schools.com/howto/howto_html_spellcheck_disable.asp
Turn Off Spellcheck
By default, when you enter text inside a form element, you will see a red underline below words that are not spelled right/incorrect. However, you can use spellcheck="false"
to turn off spell checking:
Try it yourself here: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_html_spellcheck_disable
Tip: Go to our HTML Form Tutorial to learn more about HTML Forms.
Tip: Go to our HTML spellcheck Attribute Reference to learn more about the global spellcheck attribute.