Skip to content
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

Closed
YasharF opened this issue Aug 19, 2018 · 0 comments
Closed

Adding autocomplete attributes #899

YasharF opened this issue Aug 19, 2018 · 0 comments

Comments

@YasharF
Copy link
Collaborator

YasharF commented Aug 19, 2018

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.

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
Projects
None yet
Development

No branches or pull requests

1 participant