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

Text field maxlength leads to bad user experience #152

Open
abraxxa opened this issue Mar 27, 2019 · 0 comments
Open

Text field maxlength leads to bad user experience #152

abraxxa opened this issue Mar 27, 2019 · 0 comments

Comments

@abraxxa
Copy link
Collaborator

abraxxa commented Mar 27, 2019

When you set maxlength the input field doesn't allow to enter more characters which means that the validation and it's error message is never triggered.
That lead to truncated passwords for some of our users.

I'd suggest to render the html with maxlength="$maxlength+1" and use maxlength for the validation as is.

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

1 participant