-
Notifications
You must be signed in to change notification settings - Fork 920
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: Inline error messages #71
Comments
If possible, can we make the error notification feature configurable between inline and the existing all-together at the top? That would be very cool and flexible. You have already written code to show all error messages together at the top, so that could as well be refactored, instead of deleting it for the inline code. That would provide the best choice to the user to mix and match as required. Maybe some behavior as below? a) In the config file, specify the option whether you want the application wide error messages behavior to be inline or all together |
@vishalbhide yup, that sounds perfect to me. |
@tabacitu how you feeling about this for 3.2? As is a pretty big change for all the field types? I can see it's easily possible and backward compatible using a JavaScript method, would you be happy with that rather than rewriting many of the field views? |
Backwards compatible PR for this over here #287 |
Maybe errors should be placed inline, for each field, while highlighting it. The register form already has a standard implementation of this:
That way:
The text was updated successfully, but these errors were encountered: