Hi do you have any plans to add a multistep component within this library?
I am thinking about how I might include a multistep component such as https://www.npmjs.com/package/react-multistep with your form library.
Some approaches may be:
- Render a Fable.form per step
- Render a single Fable.form and hide form fields depending on the step number
Hi do you have any plans to add a multistep component within this library?
I am thinking about how I might include a multistep component such as https://www.npmjs.com/package/react-multistep with your form library.
Some approaches may be: