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

autofill on login form #116

Closed
CarstenHoyer opened this issue Mar 5, 2014 · 3 comments
Closed

autofill on login form #116

CarstenHoyer opened this issue Mar 5, 2014 · 3 comments
Labels

Comments

@CarstenHoyer
Copy link

When saving password with autofill (Firefox), the username and password are auto completed at load time.

When I click Submit button on the login page, it says Missing credentials.

This is apparently an Angular issue, but it appears that autofill-event is a polyfill for this issue. I just cannot get it working.

Has anyone experience with this?

angular/angular.js#1460
https://github.com/tbosch/autofill-event

@CarstenHoyer
Copy link
Author

By including autofill-event and using form.email.$modelValue and form.password.$modelValue it works.

@snowman-repos
Copy link

@CarstenHoyer thanks for pointing out autofill-event! :) I think I'd rather do that than use this method https://medium.com/opinionated-angularjs/7bbf0346acec#b247

@superseb
Copy link

I used the following to work around this: http://victorblog.com/2014/01/12/fixing-autocomplete-autofill-on-angularjs-form-submit/

@JaKXz JaKXz added the question label May 31, 2014
@JaKXz JaKXz changed the title question: autofill on login form autofill on login form May 31, 2014
@JaKXz JaKXz closed this as completed May 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants