srdjan / react-multistep

React multistep wizard component
http://srdjan.github.io/react-multistep/
MIT License
654 stars 184 forks source link

v6.0.0: Validation Between Steps #110

Open dh-technology-co-uk opened 1 year ago

dh-technology-co-uk commented 1 year ago

Just wondering how you would go about having validation between the steps? Say if a user wanted to skip a step for instance going from Step 2 directly to Step 4?

srdjan commented 1 year ago

hmm, this is interesting, thanks for suggesting this. essentially conditional choice to decide which 'Step' is next... I like it, will give it a shot.