jcmcneal / react-step-wizard

A modern flexible step wizard component built for React.
MIT License
583 stars 126 forks source link

No validation per step #111

Open juanjoseluisgarcia opened 2 years ago

juanjoseluisgarcia commented 2 years ago

Without validation on each step I find the library not that useful for forms...

fabionvs commented 2 years ago

Well, I had the same problem, but I saw the example, and it has a onStepChange function that is very related to validation on each step.

MauroG91 commented 2 years ago

@juanjoseluisgarcia I don't agree with you. I have implemented this library on the project I'm currently working on using RHF and everything goes smoothly. I also have a POC implementation on my repositories if you want to take a look at it. It is not fully complete as it is on the project I am at now, but it's to give you an idea.