Skip to content

Google Chrome forces autofill on fields set autocomplete="off" #325

Open
@NickColley

Description

@NickColley

We are struggling to disable chrome's autocomplete when using this. We can set autocomplete: "new-password" on the input, but not on the new input in the autocomplete__wrapper. You can see chromes autofill interfering and the relevant autocomplete label in this screencast.

From researching it this morning it seems to be that Chrome is ignoring autocomplete "off" and instead you need to use "new-password".

Chrome intentionally ignores autocomplete="off" and autocomplete="false". However, they put new-password in as a special clause to stop new password forms from being auto-filled.

from https://stackoverflow.com/questions/10938891/disable-form-autofill-in-chrome-without-disabling-autocomplete

screen shot 2019-02-05 at 12 16 21

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationUser requests new documentation or improvements to existing documentationinvestigationsubmitted by userissues on behalf of users🐛 bugSomething isn't working the way it should (including incorrect wording in documentation)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions