Specifying a defaultValue in GET forms that also have lastResult
#1104
transparent-citizen
started this conversation in
General
Replies: 1 comment 3 replies
|
Does it even make sense for GET forms to have a Navigating to a GET form is equivalent to submitting it. The form might have errors, for which you're expected to specify |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
If you return both
defaultValueandlastResultfrom a loader to a GET form,lastResultwill overwritedefaultValue.Reproduction: StackBlitz
All reactions