When typing the captcha for human verification on a mobile device, text completion is allowed on the input element which makes this already annoying (but necessary) task more annoying.
Here is a link for turning auto-completion off.
|
When typing the captcha for human verification on a mobile device, text completion is allowed on the input element which makes this already annoying (but necessary) task more annoying. Here is a link for turning auto-completion off. |
||||
<input style="..." autocomplete="off">. (And the same page on Mobile, right?) – Arjan Sep 23 '12 at 18:55autocorrect="off". – awe Jan 7 at 7:37