-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding autocomplete attributes #899
Labels
Comments
peterblazejewicz
added a commit
to peterblazejewicz/hackathon-starter
that referenced
this issue
Aug 22, 2018
- fields usually used by users have autocomplete added (defaults to on) - the fields like entering new password and re-entering password to verify its correctness have the autocomplete set to off Thanks!
peterblazejewicz
added a commit
to peterblazejewicz/hackathon-starter
that referenced
this issue
Aug 22, 2018
- fields usually used by users have autocomplete added (defaults to on) - the fields like entering new password and re-entering password to verify its correctness have the autocomplete set to off Thanks!
peterblazejewicz
added a commit
to peterblazejewicz/hackathon-starter
that referenced
this issue
Aug 23, 2018
- fields usually used by users have autocomplete added (defaults to on) - the fields like entering new password and re-entering password to verify its correctness have the autocomplete set to off Thanks!
peterblazejewicz
added a commit
to peterblazejewicz/hackathon-starter
that referenced
this issue
Aug 23, 2018
- fields usually used by users have autocomplete added (defaults to on) - the fields like entering new password and re-entering password to verify its correctness have the autocomplete set to new-password hints Thanks!
YasharF
added a commit
that referenced
this issue
Aug 23, 2018
Add HTML5 autocomplete attributes to some form inputs. Closes #899
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chrome console prints warning that there are missing autocomplete attributes for some form fields. To figure out the fix, open a view with an HTML form while Chrome console is open (F12). The warning messages provide suggestions for each issue, potential fix and related documentation.
The text was updated successfully, but these errors were encountered: