-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
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!
figachit, WhyNotOo, jucian0 and kevcam4891