I’d like to disable the spellcheck on my textfields <input type="text"> so as not to have any ugly red squigglies.
I understand others have asked this same question, but they always make the answer of putting spellcheck=false as accepted. That is not correct. That only works on a textarea, not input.
I’d like it to work in chrome at least.
From http://blog.whatwg.org/the-road-to-html-5-spellchecking#compatibility:
So, it ends here.
Update: since Chrome 13 (released August 2011, 3 months after this answer), it’s also supported on
<input>elements.