Skip to content

update all form fields #117

@keeganstothert

Description

@keeganstothert

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions