How to personalize alert message after 'Cancel even' on wizard ?
Environment
Please provide as many details as you can:
- Hosting type
- [ ] Form.io
- [x] Local deployment
- Version: 4.3.0
- Formio.js version: 4.12.3
- Framework: React.js
- Browser: Firefox
- Browser version: 84.0
Hello there, I failed to find any Event Prop that would let me personalize the alert message displayed after you click 'Cancel' (That is supposed to reset data) in wizard mode.

The default alert message is below:

Something like onCancel or onReset would be useful.
Thanks for your help !
I am supportive of this change. You would just need to add an this.emit('cancel') around this line.
https://github.com/formio/formio.js/blob/master/src/Wizard.js#L707
if you create the pull request with this change, we will include it.
I am closing the issue as it was created too long ago and there is no new comments here. If the issue is not resolved, please reopen it. Thanks!