Skip to content

test(forms): submit behavior while validation is pending#66761

Merged
atscott merged 1 commit intoangular:mainfrom
leonsenft:sf-submit-while-pending
Jan 28, 2026
Merged

test(forms): submit behavior while validation is pending#66761
atscott merged 1 commit intoangular:mainfrom
leonsenft:sf-submit-while-pending

Conversation

@leonsenft
Copy link
Copy Markdown
Contributor

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.

@ngbot ngbot Bot added this to the Backlog milestone Jan 26, 2026
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.
@leonsenft leonsenft force-pushed the sf-submit-while-pending branch from 4b51b11 to f168e58 Compare January 26, 2026 20:46
@leonsenft leonsenft added the target: patch This PR is targeted for the next patch release label Jan 26, 2026
@leonsenft leonsenft requested a review from alxhub January 26, 2026 21:06
@leonsenft leonsenft marked this pull request as ready for review January 26, 2026 21:06
@leonsenft leonsenft added the action: merge The PR is ready for merge by the caretaker label Jan 27, 2026
@atscott atscott merged commit 01bfb83 into angular:main Jan 28, 2026
25 checks passed
@atscott
Copy link
Copy Markdown
Contributor

atscott commented Jan 28, 2026

This PR was merged into the repository. The changes were merged into the following branches:

@leonsenft leonsenft deleted the sf-submit-while-pending branch January 29, 2026 21:39
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Mar 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: forms forms: signals target: patch This PR is targeted for the next patch release

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants