Wizard next confirm dialog

Is there any way to confirm the next step of the Wizard component? I manage to prevent the prev button, now I need to confirm when click next (like delete confirm). tryed:
Wizard::make($steps)
->nextAction(
function (Action $action) {
return $action->label('Next')->requiresConfirmation();
},
)
Wizard::make($steps)
->nextAction(
function (Action $action) {
return $action->label('Next')->requiresConfirmation();
},
)
0 Replies
No replies yetBe the first to reply to this messageJoin