mjangir / formik-wizard-form

Build multi step forms using Formik with ease.
http://formikwizard.manishjangir.com
MIT License
74 stars 18 forks source link

Navigating between steps #3

Open tsongas opened 5 years ago

tsongas commented 5 years ago

This looks awesome, especially the ability to validate each step.

One question, the browser's forward and back buttons are disabled in your example, but could they be used to navigate between steps? That's what I like about this solution, the forward and back buttons still work as expected, and there is a Prompt component that prevents data loss if the user accidentally tries to navigate away from the form (which could potentially be done through site navigation or a bookmark even if the forward and back buttons are disabled).

mjangir commented 2 years ago

That's a different implementation which requires the usage of React Router.