Replies: 1 comment
-
We moved this issue to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem?
When submitting a form with
<Form action={useAction} />
the actionPath keeps the current urls search params. If you submit a form with<form action={useAction.actionPath} />
you lose the urls search params.To keep url search params, i currently have to append to the
formAction.actionPath
Describe the solution you'd like
Should both ways of submitting a form behave the same? If so, maybe allow passing an option to disable keeping params (not sure if there is a use case for this)?
Describe alternatives you've considered
Also, for a separate issue, maybe there is a use case for an option like this?
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions