angular/packages/forms/signals/test
Leon Senft 03ad53863b fix(forms): prohibit concurrent submits in signal forms
Prohibit concurrent submits in signal forms to prevent duplicate actions and side effects when a submission is already in progress.

If `submit()` is called while a prior submit is in progress for the same field or any of its parents, it returns `false` immediately without running the action again.

This commit also updates the documentation in `form-submission.md` to reflect this behavior.

Fixes #68317

(cherry picked from commit 708631f2c4)
2026-05-05 11:14:08 -07:00
..
node fix(forms): prohibit concurrent submits in signal forms 2026-05-05 11:14:08 -07:00
web test: remove duplicate tests 2026-03-11 13:35:26 -07:00