signal forms: align blog posts with submit-makeover changes#74
Merged
d-koppenhagen merged 5 commits intomainfrom Feb 21, 2026
Merged
signal forms: align blog posts with submit-makeover changes#74d-koppenhagen merged 5 commits intomainfrom
d-koppenhagen merged 5 commits intomainfrom
Conversation
Update all four blog posts to use the FormRoot directive and submission config pattern as the primary approach. Add submit() as an alternative. Rename ValidationErrorWithField to WithFieldTree<ValidationError>, add trailing periods to validation messages, and update validateAsync params syntax.
73e205f to
a058059
Compare
Use email().value.update() instead of email.value.update() to correctly call the FieldTree as a function before accessing the FieldState's value signal.
JohannesHoppe
approved these changes
Feb 21, 2026
d-koppenhagen
approved these changes
Feb 21, 2026
Member
Author
|
@d-koppenhagen Fertig, bitte mergen wenn alles passt 😊 |
d-koppenhagen
approved these changes
Feb 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligns all four Signal Forms blog posts with the
submit-makeoverbranch changes: angular-buch/signal-forms-registration#14FormRootdirective andsubmission: { action }config as primary submission patternsubmit()function as documented alternative (Part 1)ValidationErrorWithField→WithFieldTree<ValidationError>(Part 2)validateAsyncparams:({ value }) => value()→(ctx) => ctx.value()FormRootor schema references)