Home >Web Front-end >HTML Tutorial >input input box set disabled input method_html/css_WEB-ITnose

input input box set disabled input method_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:39:562347browse

Google Chrome

<input type="text" class="span2" style="ime-mode:disable" placeholder="demo" id="demo" />

I want to disable the input method when setting the input, but setting style="ime-mode:disable" has no effect
How to implement this function Woolen cloth? Thanks!


Reply to the discussion (solution)

Of course it won’t work if you write the word wrong. Change it to this ime-mode:disabled

Of course it won’t work if you write the wrong word. Change it to this ime-mode:disabled


I wrote it wrong when I changed it, so I copied it wrong. The correct way to write it is also invalid. Use Google Chrome.


Of course it won’t work if you write the word wrong. Change it to this ime-mode:disabled


I wrote it wrong when I changed it, so I copied it wrong. . The correct way to write it is also invalid. Use Google Chrome. This is actually a compatibility issue. It is currently only supported by IE and Firefox. Other browsers do not support this attribute yet
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn