Releases: workfloworchestrator/pydantic-forms-ui
Releases · workfloworchestrator/pydantic-forms-ui
[email protected]
Patch Changes
- d544fbe: Fixes restoring and submitting forms
[email protected]
Patch Changes
- e70319b: Fix restoring values after an error
[email protected]
Minor Changes
- 7bcb18e: Removes some unused functionality. Introduces shouldRegister=true to react-hook-form creation.
[email protected]
Patch Changes
- 1acbbb6: Removes double function call
[email protected]
Patch Changes
- 5888345: Fixes resetting form data
[email protected]
Patch Changes
- 5207ff1: Calls reset without argument instead of empty object
[email protected]
Patch Changes
- 94d7623: Removes custom translations and fallsback to standard translations provided by zod
[email protected]
Patch Changes
- fecf9f1: Resets form if formKey changes
[email protected]
Patch Changes
- cbe2019: Fix error where resetForm is called to often clearing initialData in some cases
[email protected]
Patch Changes
- 6202fd8: Removes form reset after render to avoid losing values on errors