-
Hi there!
I'm having an issue that I'm struggling to solve, I've lost many hours and I'd need a hand understanding if there's something that I'm missing of the whole...
I'm under GatsbyJS, and using…
-
**Describe the bug**
It's a bit weird to explain but when using `toFormikValidationSchema`, empty string resolves to "Required" error (that's the opposite of how Zod works).
**To Reproduce**
Step…
-
I have a Formik form validation working fine with my form, but one of the areas of the form is actually an imported Class component containing a huge editor that I wrote with React Slate. I'd like som…
-
### Description
I have linked a FilterableSelect to react form.
The particularity here is that the value of the options is an object.
Filtering is working but ...
If you select “Black”, then put t…
-
Issue facing :
I cannot submit the form to the dev/production server.
But in the local code, it is working fine for me.
Warning: An unhandled error was caught from submitForm() TypeError: Right-…
-
## 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…
-
## Feature request
### Current Behavior
This is the interface of Formik's handle change:
```
handleChange: {
/** Classic React change handler, keyed by input name */
(e: React.…
-
**Describe the bug**
Not sure if a bug, but when I tried to use the `toFormikValidationSchema(Schema)`, I get a warning saying `Type instantiation is excessively deep and possibly infinite.`. This se…
-
## 🚀 Feature request
Field-level validation is incredibly powerful but comes with a pretty notable limitation.
When calling 'validate' provided via _useField_, there is no way for the provided …
-
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…