CreateAction steps nextAction label

I have create a two step CreateAction CreateAction::make() ->disabled(fn() => $this->policies()) ->label(' Add Contact') ->steps(fn()=> $this->createForm()) ->createAnother(false) where I want to change the label of next action button. I tried using
CreateAction::make() ->nextAction( fn (Action $action) => $action->label('Next step'), ) but it doesn't support
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?