You can check the spelling and grammar of the text in an editable element
The global spellcheck
attribute tells a browser whether or not to check the spelling/grammar of the text in an editable element.
<input type=text spellcheck="true">
<input type=text spellcheck="false">