Replies: 1 comment 3 replies
-
You can call form.update({
name: fields.something.name,
value: '....',
}) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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