formik icon indicating copy to clipboard operation
formik copied to clipboard

feat: passing all values as the second parameter when calling Field's validate

Open myNameIsDu opened this issue 11 months ago • 6 comments

Close #3874

myNameIsDu avatar Sep 12 '23 07:09 myNameIsDu

🦋 Changeset detected

Latest commit: d676a7376979321d812196303148a6fc23082ce5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
formik Minor
formik-native Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Sep 12 '23 07:09 changeset-bot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
formik-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2023 4:45am

vercel[bot] avatar Sep 12 '23 07:09 vercel[bot]

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.

Latest deployment of this branch, based on commit d676a7376979321d812196303148a6fc23082ce5:

Sandbox Source
Formik TypeScript Playground (forked) Configuration

codesandbox-ci[bot] avatar Sep 12 '23 07:09 codesandbox-ci[bot]

Generally in favor, could you adjust the documentation and add a changeset? Thanks

quantizor avatar Sep 13 '23 13:09 quantizor

Yeah, I'll adjust the document later, And I've already added a changeset, But there's another problem

when I executed yarn changeset, It threw an error

image

But I modified baseBranch option in the changeset config.json to be "main", and it worked, So I think maybe we have to add this change

myNameIsDu avatar Sep 13 '23 17:09 myNameIsDu

I've already adjusted the Field API document, but I'm not sure if there are other places I need to adjust. If there are, please let me know.

myNameIsDu avatar Sep 14 '23 02:09 myNameIsDu