Wizard step - Step Forward, Step Back Without Clicking the Action Button

Currently, I am working on wizard steps. Is there any way I can go to the next step or previous step without clicking the button, something like dispatching an event?
3 Replies
LeandroFerreira
LeandroFerreira2mo ago
I think so. Where would you like to do it?
technocrat
technocrat2mo ago
from the javascript side, or from mount in a component after performing some task
dispatch('next-wizard-step', statePath: $statePath)
dispatch('next-wizard-step', statePath: $statePath)
tried this seems to be working but after or before validation function is not executing
LeandroFerreira
LeandroFerreira2mo ago
GitHub
How to return the Wizard to step 1 after create success in custom p...
Package Form builder Package Version v3 How can we help you? Hello, I have created a custom page using the form following schema this form saves the data into external API. Wizard::make([ Wizard\St...