-
## ❓Question
Hello, I have a `FieldArray` that have two react multi select drop downs which has default values selected in the drop downs. But I cannot access these pre-populated values on form su…
-
## ❓Question
I am learning to build app using react-native and one of my screens has couple of Picker components. I want to run some basic validations on them before submitting. I want to make sure…
-
## ❓Question
Hello! I have the following setup:
- Multiple sections on a page, each of which has a Formik form in it (with simple fields and array fields)
- Each form can be submitted separately…
-
## 🐛 Bug report
### Current Behavior
When I do `history.goBack()` the component shows up for a second then hide itself.
I used `formikProps.dirty` to determine whether to show prompt but the …
-
Continuation of #1368
## Current Behavior
If you render `` outside of `` parent, you will get an error stating that `registerField` is `undefined`. This doesn't tell the consumer what is actu…
-
## 🐛 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…
-
- [ ] Use formik https://www.npmjs.com/package/formik
- [ ] Make a signup, forgot password, and login form that fetches from the backend
-
### Is your feature request related to a problem ? Please describe. ✍️
This issue focuses on implementing a user-friendly form that allows users to book sessions with mentors on the Grabtern platform…
-
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…
-
## 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…