开发者

XHTML - disable automatic browser spellcheck on textareas

I have a textarea with random base64 code in it. The text inside it has a annoying thin red line underlining it in Opera.

Is there a opera html attribute that can disable the spell checker on that field?

开发者_Go百科

spellcheck="false" seems to work in Chrome, but not in Opera


Have you tried making the textarea readonly by adding

readonly="readonly"

? Or does the BASE64 code need to be editable?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜