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

Give better feedback when required fields are missing #60

Closed
doup opened this issue Jul 27, 2016 · 3 comments
Closed

Give better feedback when required fields are missing #60

doup opened this issue Jul 27, 2016 · 3 comments

Comments

@doup
Copy link
Contributor

doup commented Jul 27, 2016

When the user clicks on "Update" and there are errors we should give some feedback, otherwise the user might miss the errors, especially when the forms are down outside the visible area.

A notice just below the "Update" box would be ideal.

@m1r0
Copy link
Contributor

m1r0 commented Jul 29, 2016

Another option would be to scroll the user to the first invalid field if its not in the viewport.

More ideas/opinions are welcomed.

@boquiabierto
Copy link

An admin_notices including anchor links (with scroll) to the failed required field(s) would be nice because you point to the issue(s) without doing something the user is not expecting (an automatic page scroll). The admin notice can also contain customizable error notices for each required field with hints on what went wrong.

@atanas-dev
Copy link
Contributor

Required fields missing values are already highlighted and the window is scrolled down with the field in view.
This ticket is now complete with 84635dc addressing some issues with the validation notice not appearing for all container types.

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