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

Enable eager registration data validation after unfocusing a widget #7

Open
rbaltrusch opened this issue Dec 5, 2021 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rbaltrusch
Copy link
Owner

Currently, the full user registration page uses lazy validation (i.e. all validation happens when submitting the data by clicking the register button). This is suboptimal, because it may confront the user with a number of issues with the data at the end of data entry, rather than during entry.

See the currently lazy validation in action here:
https://user-images.githubusercontent.com/41642326/144753437-2b5c3867-1d3a-4066-9f06-2160737edde8.mp4

Consider keeping lazy validation if the widget has not been changed yet and enabling eager validation (i.e. validating every change) as soon as the widget is unfocused for the first time. This way, users will not be confronted with many validation errors at the start or the end of data entry.

@rbaltrusch rbaltrusch added enhancement New feature or request help wanted Extra attention is needed labels Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant