-
**Version**
^4.0.5
**Mode**
All
**Describe the bug**
Using DropZone, if the filed name is a nested field that application fails. For example:
```
{
files1: {
files2[]
}
}…
-
A few test cases were removed in https://github.com/mitodl/mitxpro/pull/1766. This was done because we modified an input component to hook it up to the Redux store. Our usage patterns with Formik are …
-
**Describe the bug**
Fields defined in zod as an array are not working with formik
**To Reproduce**
Create a zod validator:
```
const zAsegurado = z.object({
name: z.string(),
nif: zodDn…
-
## Bug report
### Current Behavior
every link in formik website now jump to npm
### Expected behavior
the links in formik behave normal
-
### What is the problem?
When generating a new Blitz application I chose React Hook Form for my form package. However, it still went ahead and gave me Formik.
I'm assuming it's not a create-T3-app…
-
Hi everyone, we're updating our project from MUI4 to MUI5, react from v17 to v18 and we need also to update [formik-material-ui](https://www.npmjs.com/package/formik-material-ui) to formik-mui, accord…
-
`yarn add formik-Fluent-UI-react`
results in `error An unexpected error occurred: "https://registry.yarnpkg.com/formik-Fluent-UI-react: Not found".`.
Also after installing `yarn add formik-fluent-…
-
i have a field set to an empty string in `invitalValues` , but in my `validation` , I noticed `formik` passed me `undefined` instead.
I thought it is a but but after digging into source code, I …
-
## Bug report
### Current Behavior
Nested object when accessed via the dot operator gets following error:
**TS2339: Property 'budget' does not exist on type 'string'.**
### Expected behavi…
-
## 🐛 Bug report
It looks like at one point, the FormikErrors type allowed errors to be type `any`, which was added in bug #266, to support i18n frameworks. But over the course of a couple of TypeSc…