Sometimes the spell checker is unnecessary, captchas, usernames, emails, etc. Is there a way disable it on some text inputs/text areas?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
As noted by my buddy Jonathan Stark, you should be able to use attributes like autocorrect and autocomplete to achieve the effect you're looking for:
Just tested in OS4 and it's working. |
|||
|
|
|
Actually there is literally a spell check attribute in HTML5:
Re: http://blog.whatwg.org/the-road-to-html-5-spellchecking Browser support is, of course, limited. |
|||
|
|