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

Login doesn't autofocus on email field #304

Open
lieuwex opened this issue Feb 2, 2017 · 2 comments
Open

Login doesn't autofocus on email field #304

lieuwex opened this issue Feb 2, 2017 · 2 comments
Labels

Comments

@lieuwex
Copy link
Member

lieuwex commented Feb 2, 2017

This is at least true in Internet Explorer 11

@lieuwex lieuwex added the bug label Feb 2, 2017
@ghost
Copy link

ghost commented Mar 16, 2017

Might wanna manually set it with:

function setFocus() {
document.getElementById("emailInput").focus();
}

@lieuwex
Copy link
Member Author

lieuwex commented Mar 16, 2017

indeed

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

1 participant