-
Notifications
You must be signed in to change notification settings - Fork 90
pfModalOverlay: no way to close modal for custom validations #755
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
Comments
Also I am not able to access form controls in order to validate and provide error messages accordingly. For eg. I am using ng-maxlength which sets the flag |
Hi @gnehapk, I updated the ngDoc example pfModalOveral to show
*Note: added Here is the error validation message:
Where |
For Tendrl (Gluster Management UI) and Ceph-dashboard |
The fix/enhancement for this Issue is available in angular-patternfly v4.18.5 |
If modal has a form and form validation depends on API response, the modal closes itself without waiting for API response and show error. There seems to be no way to stop closing of modal.
The text was updated successfully, but these errors were encountered: