-
### Subject
Drawer
### Description
In the "[Using a form in a Drawer](https://chakra-ui.com/docs/components/drawer/usage#using-a-form-in-a-drawer)" section it says:
> If you need to put a form w…
-
https://github.com/davidkpiano/react-redux-form/commit/c5d6d4d4a696dd5cc31da8c8721b3a6fd6af1dc3 annotates the GH front page with
> ⚠️ This project is in maintenance mode only. Please consider using…
-
I have a custom component and I have to call setFieldValue to change the value in Formik state.
But the touched property to this field is not change.
I guess that I need to call setFieldTouche…
-
Is it possible? In Formik docs we can read only about field validate by function.
My case: I receive form data from response and I cannot predict what fields will appear.
So I would like to make …
Creaa updated
4 years ago
-
### Description
Right now, we focus on field validation, but it would be nice to show how to use an object schema of Zod, like you might do with Formik, React Hook Form, or even TRPC.
This discuss…
-
## 🐛 Bug report
### Current Behavior
When using a ValidationSchema and calling FieldArray's arrayHelper's `insert`, Formik breaks when there is an error on the outer validation schema and the ar…
-
-
## 🐛 Bug report
This looks like it may be a possible regression on #317, as I can replicate it in the exact same way.
### Current Behavior
After setting an error using `setFieldError`, the `handle…
-
Able to login without any signup as well as without entering any username and with a space in the password.
-
## 🐛 Bug report
### Current Behavior
We are trying to send and validation errors to gtm datalayer. The problem is - while you dont see this in normally using the site the field is actually seen …