formik-antd icon indicating copy to clipboard operation
formik-antd copied to clipboard

Simple declarative bindings for Ant Design and Formik.

Results 49 formik-antd issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Adds @Dmitrienko-Nikita as a contributor for doc. This was requested by jannikbuschke [in this comment](https://github.com/jannikbuschke/formik-antd/pull/198#issuecomment-1326660614) [skip ci]

Adds @Kzoeps as a contributor for test. This was requested by jannikbuschke [in this comment](https://github.com/jannikbuschke/formik-antd/pull/201#issuecomment-1326659965) [skip ci]

Hi, I've introduced Formik with Antd in my project to handle form validation. Everything works fine except for the affix that appear automatically as container of all the inputs that...

https://github.com/jannikbuschke/formik-antd/blob/0fa8125e125031e9e0e673affb4e8822fc18e023/src/input/index.tsx#L54C9-L54C25 Noticed that calling formik.resetForm(), actually resets the formik state, but the input still maintained it's value, after further digging, realized that the spread operator disconnects the input from being...