The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross-Browser spellcheck Attribute

shutterstock_234378844
BLOG / Web Development

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.