Replies: 1 comment 4 replies
-
You can call form.update({
name: fields.something.name,
value: '....',
}) |
Beta Was this translation helpful? Give feedback.
4 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.
-
Good afternoon
I'm kind of in doubt. I'm using remix.run , and I have a cam form with some inputs. When I change an input in a specific way, this input fetches an api and if it returns values, these values will fill the other inputs, how do I update the form data?
Beta Was this translation helpful? Give feedback.
All reactions