jcmcneal / react-step-wizard

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

Add stepProps function #105

Open jeremylynch opened 2 years ago

jeremylynch commented 2 years ago

Adds a new function which allows to return the props of another field. Our use case for this is that it allows us to determine props of the next step and skip it conditionally.

jeremylynch commented 2 years ago

Any update on this one?