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

feat(zui): Add formData middlewares, duplicate state because #338

Merged
merged 21 commits into from
Jun 26, 2024

Conversation

charlescatta
Copy link
Contributor

@charlescatta charlescatta commented Jun 20, 2024

zuiForm now takes an optional dataTransform function as prop:

<ZuiForm
...
  dataTransform?: (formData: any) => any
/>

NEW FEATURE:
zui now duplicates your formData one more time, just to make sure we have more bugs in the future

Base automatically changed from cc-fix-state-management to master June 25, 2024 14:10
@charlescatta charlescatta marked this pull request as ready for review June 25, 2024 15:46
@charlescatta charlescatta requested a review from a team as a code owner June 25, 2024 15:46
@charlescatta charlescatta marked this pull request as draft June 25, 2024 17:55
@charlescatta charlescatta changed the title feat(zui): Add formData middlewares feat(zui): Add formData middlewares, duplicate state because Jun 26, 2024
@charlescatta charlescatta marked this pull request as ready for review June 26, 2024 18:41
@charlescatta charlescatta merged commit 7308095 into master Jun 26, 2024
1 check passed
@charlescatta charlescatta deleted the cc-add-form-data-transform branch June 26, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants