-
Notifications
You must be signed in to change notification settings - Fork 54
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
URI validation happens outside modal window #838
Comments
This seems to be an issue with the custom edit form; I have no idea how to fix it. Using a |
All validations have this problem. Don't know if using a The problem really is worse than validation being outside modal: if you click |
Doing a
Keeps the modal opened. Don't know if there' s a "propagation" method or approach that would raise the validations but still in the modal window. |
hi @idgserpro and @hvelarde , I was going through the issues and I think I have an idea to close this, HTML5 handles RegExp validators, I think this can be used to validate the form without closing the modal |
@Mubra validation has to be server side. And we can have more complex validations than patterns. |
I like @Mubra idea: it can easily catch 80% of errors without having to wait for server side validation; the only issue is the implementation has to be done upstream on z3c.form |
Entering an invalid URI on a Banner or Basic tile results on validation outside the edit tile modal.
The text was updated successfully, but these errors were encountered: