-
[react-hook-form](https://react-hook-form.com/) seems like a very promising alternative as it drops the dependency on Formik specific components and instead relies on more native html elements. there'…
-
## Bug report
### Current Behavior
The docs' layout is a bit broken, here is a screenshot:
![formik docs](https://github.com/jaredpalmer/formik/assets/17122123/00a0f8cf-f26f-4e76-a368-ffd4e86…
-
One of these days there was this error. Any idea what might be the problem?
![screenshot_3](https://user-images.githubusercontent.com/1001687/40150760-555c0ba8-5984-11e8-97df-c92251c7adcc.png)
-
This library appears not to have received any updates in over three years. Is it still being maintained? Formik appears to be supporting React 16.3+ -- is that still on the roadmap for this library?…
anied updated
2 years ago
-
## Bug report
### Current Behavior
When more than one form instance exists, changing the value by the A form triggers a change in the initial value of the B form that does not cause the B form…
-
Use the following library to convert JSON schemas to Yup schemas that we can use to validate schemas entered
https://www.npmjs.com/package/json-schema-yup-transformer
https://formik.org/docs/guides…
-
## ❓Question
I'm using formik react library and trying to update 2 fields, based on the onChange event of anothers. For example,
```
price = quantity * totalPrice
```
#### price :
```
onChange…
-
## 🐛 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…
-
Hello,
Great Project! I'm moving from react to vue and Formik is my goto for form validation.
Is there any planned support for validationSchema option that is used with Formik?
-
## Bug report
### Current Behavior
I am using formik in react js project. The form has first name input which takes initial values from local storage if available. On change of first name input, I…