开发者

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'
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜