-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
fix: field defaultValue
should precedence over form defaultValues
#463
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Thanks for this! Can you fix the merge conflicts and I can merge this in? 😊 |
Done |
Codecov ReportAttention: ❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
📢 Thoughts on this report? Let us know!. |
Apologies - looks like format failed. Any chance you can run prettier over your new code? I would typically do this on behalf of contributors, but I'm knee-deep in Zod validator logic ATM |
done |
Merged! Thanks so much for this contribution and your patience! |
Set the form's value when creating a field with defined default value. Close #435