NothingToSay
Disable back button for wizard on modal
there's no previousAction on steps
https://filamentphp.com/docs/3.x/actions/modals#using-a-wizard-as-a-modal-form
i also tried making it into
form([
Wizard::make([])->previousAction(fn (Action $action): Action => $action->extraAttributes(['class' => 'hidden']))
])
and im getting an error
5 replies