We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When loading an event form DB for edit, if there is any field not valid, the save button is disabled but the field is not marked with the red border.
To discover the invalid field you can use command $('.ng-invalid') browser console
The error is reproducible with the current test data because the test event do not have https in the imageUrl. Steps to reproduce it:
The text was updated successfully, but these errors were encountered:
#10 - show validation errors on load
1e9e803
#10 - (partial) show validation errors on submit
4038056
#10 - show validation errors on submit
8573c56
cbellone
No branches or pull requests
When loading an event form DB for edit, if there is any field not valid, the save button is disabled but the field is not marked with the red border.
To discover the invalid field you can use command $('.ng-invalid') browser console
The error is reproducible with the current test data because the test event do not have https in the imageUrl.
Steps to reproduce it:
The text was updated successfully, but these errors were encountered: