Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update all form fields #117

Open
keeganstothert opened this issue Oct 31, 2019 · 2 comments
Open

update all form fields #117

keeganstothert opened this issue Oct 31, 2019 · 2 comments

Comments

@keeganstothert
Copy link

the api for providing initial form state is great. It lets us pass in the whole form state at once. I need to be able to update the entire form state in a similar manner, something like formState.setFields((oldFieldValues) => ({...oldFieldValues, ...newFieldValues}))

formState.setField isn't practical because it is a large form and I don't want to manage fields individually for this use case.

thanks!

@keeganstothert keeganstothert changed the title update all form values update all form fields Oct 31, 2019
@wsmd wsmd added the in progress This issue is currently under development label Jan 8, 2020
@wsmd wsmd added this to the 0.14.0 milestone Jan 8, 2020
@wsmd wsmd removed the in progress This issue is currently under development label Jan 8, 2020
@WhyNotOo
Copy link

WhyNotOo commented Mar 3, 2020

Any update on this issue ?

Thanks in advance !

@wsmd wsmd removed this from the 0.14.0 milestone May 17, 2020
@markerikson
Copy link

Yep, this would be useful to have for one of our use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants