angular/packages/forms/signals/test
Leon Senft 01bfb83fc9 test(forms): submit behavior while validation is pending
Ensure `submit()` behaves as expected while a form is pending.

- Submission is not blocked by pending validation.
- Submission errors prevent pending validation errors from appearing
  after they resolve on the same field.
- Submission errors don't prevent pending validation errors from
  appearing after they resolve on subfields.
2026-01-28 00:15:29 +00:00
..
node test(forms): submit behavior while validation is pending 2026-01-28 00:15:29 +00:00
web feat(forms): introduce parse errors in signal forms 2026-01-22 22:19:10 +00:00