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
**Test**
1. Form with at least one mandatory-fields, reset-field and submit-field
2. Click on submit
**current behavior without fix**
Form is submitted to server with an js-error in console ("Uncaught TypeError: e.getAttribute(...) is null") although there are validation errors.
**current behavior with fix**
Form is not submitted and js-errors are shown.
0 commit comments