-
## Bug report
### Current Behavior
I am trying to use Formik v2.x with Preact v10.15.1 but I am facing a bug.
```
Uncaught Error: Invalid hook call. Hooks can only be called inside of the bo…
-
Not able to use with formik. Add name attribute in the input field.
-
## 🐛 Bug report
### Current Behavior
When calling `setFieldValue('name', undefined)`, Formik correctly deletes the value from the state but doesn't update the Field value.
### Expected behavi…
-
## Bug report
### Current Behavior
There does not seem to be a method useFormik or useFormikContext, despite 'FormikProvider' not breaking anything.
### Expected behavior
- useFormik should …
-
As we discussed earlier today, our current form implementation is the very definition of "over-engineered". I would like to rip it all out and start over.
- Study up on [Formik](https://formik.org/…
-
## Bug report
### Current Behavior
https://formik.org/docs/api/formik contains multiple references to
https://formik.org/guides/form-submission
which is a 404. These should be changed to:…
-
this is my First form control:
FormikErrorFocus placed inside
It is not getting focused on the first react select
-
### Notes
- `src/utils/favorites.js`
- Важно добавить обработку ошибок при работе с localStorage, что часто упускается в примерах и туториалах. Если localStorage недоступен или данные поврежде…
-
`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…
-
## 🚀 Feature request
### Current Behavior
Non-formik context props only trigger a `FastField` rerender if they are [added or removed](https://github.com/jaredpalmer/formik/blob/master/src/FastFi…