formik icon indicating copy to clipboard operation
formik copied to clipboard

Not the good example in useFormik page

Open theocerutti opened this issue 6 years ago • 2 comments

Hello,

I just want to let you know the example of this page (https://jaredpalmer.com/formik/docs/api/useFormik#docsNav) says the example is a 'example of a form that works similarly to Stripe's 2-factor verification form' but it's not.

PS: formik is really good !

theocerutti avatar Dec 09 '19 10:12 theocerutti

I was about to post the same issue. It's good to have GitHub's issue suggestions :smile: However, I think you got the link wrong, it's here: https://jaredpalmer.com/formik/docs/api/useFormik#example

But.. yeah - it's the wrong example of a sign-up form instead of Stripe's 2-factor veritication.

UPDATE: The example actually exists on the documentation page for useFormikContext: https://jaredpalmer.com/formik/docs/api/useFormikContext#example

I'm not sure if it has to be on both pages, so that we can copy the example or just get rid of it from one place or the other.

thexpand avatar Jan 22 '20 07:01 thexpand

This looks resolved, I don't see any mention of it on https://formik.org/docs/api/useFormik#docsNav.

Betree avatar Feb 20 '24 11:02 Betree