-
**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…
-
## 🚀 Feature request
### Current Behavior
Default `FastField`'s `shouldComponentUpdate` implementation is not triggered, if custom `shouldUpdate` implementation returns `false`.
### Desired B…
-
Hey, first of all, thanks for Zod!
I'd like to access the value being validated inside a `lazy` callback, like this:
```ts
z.lazy((value) => {
if (value) {
return z.object({
..…
-
setFieldError not working
function handleError(){
if(reverse_auto.length === Object.keys(props.values.columns).length){
if(sum(Object.values(props.values.col…
-
When I pass in a number to initialize rating, I get this error message:
```
Failed prop type: Invalid prop `formik.values.rating` of type `number` supplied to `RatingsField`, expected `object`
```…
-
## ❓Question
I have a form that i'm controlling by formik, when i fill all the fields and press the buttom submit, the function `onSubmit` is called and my form have this values reseted.
Sometim…
-
## Bug report
### Current Behavior
When using Formik with `validateOnMount: true` and mutated `initialValues` controlled outside the form context, on the 1st change, Formik will go into an infin…
rapzo updated
1 month ago
-
## Bug report
### Current Behavior
I'm trying to re-order an object in order to sort some fields. Using formik it sorts the first time but then it seems to do some kind of caching and wont refre…
-
`onChange` is being called multiple times after submitting the form
I propose to check diff of `values` instead of all formik object in
https://github.com/ramitos/formik-observer/blob/master/src/i…
-
## 🐛 Bug report
### Current Behavior
Some libraries like downshift.js don't give you a native event in the change handler. I'm not a fan of this design decision but it is what it is. So if I man…