mjangir / formik-wizard-form

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

Example of integrating 3rd Party component #1

Open darandle opened 5 years ago

darandle commented 5 years ago

Hi mjangir, Thanks for sharing your code. Do you by chance have an example of using a 3rd Party control like "react-select" in your wizard that maintains state and onchange events as you use the navigation buttons to go back and forth in the wizard. Thanks so much for the reply.

mjangir commented 5 years ago

That is easy as formik wizard is just provides you a way of navigating between different React Components. It doesn't care what you have on each form page.