wizard — multi-step forms on validator + former
The wizard owns the steps, the progress header and navigation; validator keeps the field rules and former keeps the submit pipeline. Forward always validates the current step (a submit only advances when the step is valid); Back is free (button or a passed step in the header). On Finish, former submits — and a failed server validation (data.fields) for an earlier step jumps back to it.
Sign-up
Events
wizard:step / former:saved / former:error
- —
Vertical + wizard:finish — no former, programmatic init
wizard:finish payload:
—