Cross-Browser spellcheck Attribute
Cross-Browser spellcheck Attribute
Spellcheck attribute is the attribute for `input`/`textarea` fields to enable/disable the browser’s spellchecker.
Browser Support
Spellcheck attribute is already supported by all major browser so it should be really easy to get it working cross browser.
Code Example
You can use Spellcheck attribute like this:
<input type="text" spellcheck="true"></input>
More Information
More information can be found here.