Description
Attached a quickstart:
- On the first (without border) form, enter something on the second field and click submit
- onError is called, as the first field is required
- On the second (in a border) form, enter something on the second field and click submit
- onSubmit is incorrectly called, as the first field is required
Attached a patch that seems to fix the problem.