-
## 🐛 Bug report
### Current Behavior
Formik doesn't throw any error when my custom validation fails. You can see that yup validation works fine when triggered manually however formik doesn't sho…
-
I found the high-level overview at https://formik.org/docs/guides/form-submission very helpful.
I suggest we come up with a similar page (or just copy theirs :smile:) for https://svelte-forms-lib-s…
-
## Bug report
### Current Behavior
There are three broken links on https://formik.org/docs/api/formik that say `To learn more about the submission process, see Form Submission.`
They go to ht…
-
## Bug report
```
export const App = () => {
const formik = useFormik({
initialValues: {
email: 'foobar@example.com'
},
onSubmit: (values) => {},
});
return
{
…
-
## Bug report
### Current Behavior
Currently, when we go to [Formik Page](https://formik.org/docs/api/formik) or [FieldArray Page](https://formik.org/docs/api/fieldarray) two different links were …
-
When I pass in a number to initialize rating, I get this error message:
```
Failed prop type: Invalid prop `formik.values.rating` of type `number` supplied to `RatingsField`, expected `object`
```…
-
## 🐛 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…
-
when i try to type something in the input text this error appears
i'm using "formik": "^2.2.9", and "react-native-formik": "^1.7.8"
any solution plz
-
## Bug report
### Current Behavior
There does not seem to be a method useFormik or useFormikContext, despite 'FormikProvider' not breaking anything.
### Expected behavior
- useFormik should …
-
## 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…