Disable autocorrect and autocomplete for text fields
-
It would be useful to add an option to disable autocorrect, autocomplete, and autocapitalize on some of the text fields, especially if they are unlikely to contain dictionary words.
A single checkbox to disable all 3 features would be sufficient for me, but some users may prefer to control each individually. This would add the following attributes:
<input autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /> <textarea autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Disable autocorrect and autocomplete for text fields’ is closed to new replies.