Skip to content

Support schema transformations in useForm hook #46

Description

@spietras

At the moment, the hook advertises that form values follow the schema, but that is not always true. The schema is only used for validation, but the values are raw and not from the output of schema parsing. If the schema does any transformations, then the raw values might be different from the output of schema parsing. It would also need to support the transformation of initial values to raw values. So values need to be transformed in both directions.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions