Skip to content

beforeStepChange callback

Compare
Choose a tag to compare
@sametweb sametweb released this 29 Oct 10:46
· 70 commits to master since this release

In this version, the ability to add the beforeStepChange callback function to each individual Step component is added.

When creating a Step component, you can do this:

<Step component={Step1} beforeStepChange={() => { console.log('i will be called when user is moving to another step'); } />