Closed
Description
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>