Skip to content

Missing autocomplete attributes on password forms. #2229

Closed
@lindapaiste

Description

@lindapaiste

Increasing Access

autocomplete is what the browser users to suggest text input based on the user's browsing history. It also helps password managers to know which form fields to fill.

Feature enhancement details

Chrome logs warnings regarding the password <input> elements:

[DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq)

<input class=​"form__input" aria-label=​"Current Password" type=​"password" id=​"currentPassword" name=​"currentPassword" value>​

/login
image

/account
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementImprovement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions