Can't use transform for GET request? (@inertia/react)
#2735
t-kinoshita
started this conversation in
Ideas
Replies: 0 comments
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.
-
<Form>in@inertia/reacthas atransformprop, which converts values befor submitting.But currently
transformfunction only called with empty object forGETrequest.Seen from source code, form values are converted to query string before
transformis called.Are there any method (not limited to
transform) to transform for query strings?Beta Was this translation helpful? Give feedback.
All reactions