You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added script so that when remove link is clicked, the error message below is hidden and the has-error class is removed from the form-group.
Screenshot Step 1: (initial view)
Screenshot Step 2: (attempting to upload bad file)
Screenshot Step 3: (after submit)
Screenshot Step 4: (remove link brings back to initial view)
I've added this to the two questionnaire file upload areas.
@bjohare The file upload uses a bit of a different flow (no remove link) so I don't know if we want to change that around to match at this time but if these types of file errors start to show, we can implement something similar on that page too.
Steps to reproduce the error
Actual behavior
The errors of the previous upload are still visible.
Expected behavior
The errors of the previous upload should be removed from the page when a valid XLSForm is uploaded.
The text was updated successfully, but these errors were encountered: