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

[UX] Password field shouldn't show error message immediately (on focus). #540

Closed
colllin opened this issue Aug 8, 2016 · 2 comments
Closed
Milestone

Comments

@colllin
Copy link

colllin commented Aug 8, 2016

When a user tabs into the password field, an error message is immediately displayed. "Password cannot be blank." From watching video recordings, this is tripping users up. They shouldn't be told about an error unless they tell you they think it's done, by clicking the submit button.

@strindhaug
Copy link
Contributor

strindhaug commented Aug 16, 2016

As far as I can tell it's the password strength meter that shows that message, so it makes sense it should show while typing; but I agree it should wait to trigger until at least one keypress, not show on focus as it does now.

@gnandretta gnandretta added bug This points to a verified bug in the code question v10 labels Aug 17, 2016
@colllin
Copy link
Author

colllin commented Aug 18, 2016

That would be an improvement and would probably make this go away for us, since I don't believe we currently have any password requirements.

On Aug 16, 2016, 7:05 AM -0600, Stein Strindhaug notifications@github.com, wrote:

As far as I can tell it's the password strength meter that shows that message, so it makes sense it should show while typing; but I agree it should wait to trigger until at least one keypress not show on focus as it does now.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub (#540 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/AALWQ5YOVDQM-qa_5nq39hddN3t3Bpk3ks5qgbWUgaJpZM4JfI-s).

@hzalaz hzalaz added enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature and removed bug This points to a verified bug in the code question labels Aug 31, 2016
@hzalaz hzalaz added feature request and removed enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature labels Sep 16, 2016
@hzalaz hzalaz modified the milestone: v10.5.0 Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants