Modify values before submission #11570
-
I need help. I have a large form. There are several select fields for which I use
But my API endpoint only accepts |
Beta Was this translation helpful? Give feedback.
Answered by
Moshyfawn
Mar 2, 2024
Replies: 1 comment 1 reply
-
The easiest way is to convert them in your |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tawhidurrahman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The easiest way is to convert them in your
onSubmit
function before sending the data.