-
**Describe the bug**
Does not parse properly if the error is coming from refine or superRefine
**To Reproduce**
```js
const formSchema = z
.object({
username: z.string().email(),
fi…
-
## 🐛 Bug report
### Current Behavior
I'm trying to add an 'onChange' event to a without losing existing behavior to update/ store the field value.
By default if I specify an onChange handler, …
-
Find how to uncheck the checkboxes on the form for Literature once formik successfully submits.
- Do something witch checked.
- You already have the formik piece of state in there.
- Require at leas…
-
I'm really trying to wrap my head around why this is a design choice and how it's not more of an issue.
I have a form that has a number of inputs on it, and when I start typing in any of the fields…
-
This mainly refers to form validation more than other types of validation in components, functions and error handling.
- Consider using [Formik](https://formik.org/docs/guides/validation), and also…
-
## 🐛 Bug report
### Current Behavior
Including cdn scripts for Formik causes this error
```
connect.tsx:40 Uncaught TypeError: s is not a function
at x (connect.tsx:40)
at FieldArray…
-
conflict with the newly added login api connection and Formik update in login form
-
## Bug report
### Current Behavior
I'm using the component wrapper and in a nested component the useFormikContext() hook. When calling the resetForm() method from useFormikContext, it doesn't a…
-
# the first fields in the app
** Hello @Amin-Essid ! These fields are the first formik fields in the form, and pass vital variables to the calculator provider state**
## overview of component specs…
-
Hey,
Just a quick question on how to implement react-loki with Formik. How do you go about passing fomik props to steps components ?
` const customSteps = [
{
label: 'Step…