Tell browser not to do spellcheck for a given textarea
I have a text area that is not meant for spell checking. It is making my app look ugly.
How do I tell the browser to skip spell开发者_StackOverflow中文版 checking for this text area?
Try adding this parameter to the html tag.
spellcheck='false'
精彩评论