-
## Bug report
### Current Behavior
I am just simply adding max value validation, which is working fine for the first time, but when I reload the page, and typing again, validation is not apply…
-
**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…
-
## Bug report
### Current Behavior
`useFormik` hook creates new formik instance each time being called
### Expected behavior
Expected `useFormik` hook to return the same instance of formik…
-
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…
gusch updated
2 weeks ago
-
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 …