-
Notifications
You must be signed in to change notification settings - Fork 7
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
Display View JSON validation feedback in UploadViewModal #1011
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If i click on the little expand triangle, the modal closes. If i click on the text next to it, it expands fine.
Fixed, ready for a re-test. |
c8561a1
to
871be90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
* Display view JSON validation feedback in UploadViewModal. * Disallow pointer events on Collapse svg arrow to prevent conflict when used inside of Modal * Update test
* Display view JSON validation feedback in UploadViewModal. * Disallow pointer events on Collapse svg arrow to prevent conflict when used inside of Modal * Update test
Adds validation feedback to UploadViewModal. Shows success message if view is valid, shows validation errors in a Collapse if present.
Closes #947