Sometime certain words typed into an input type text box, is shown with a red underline on the browser indicating that the word could be grammatically incorrect.
How do I prevent this from showing up?
In case someone stumbles across this like I did and doesn't know what attribute to use, you can disable spellcheck for a specific input field or text area using the spellcheck attribute:
<input type="text" spellcheck="false"/>
More info here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With