CreateAction in panel builder confirmation (with wizard)
Where CreateAction is deafulting to create page class and then using a wizard via getSteps()....
...is there a way to easily enable the confirmation modal at the end of the wizard ?
...is there a way to easily enable the confirmation modal at the end of the wizard ?
Solution
I don't think this is currently possible.
https://github.com/filamentphp/filament/discussions/13933#discussioncomment-10394112
wire:confirm or a custom submit button in the form are a workaroundhttps://github.com/filamentphp/filament/discussions/13933#discussioncomment-10394112
GitHub
Package Form builder Package Version v3.2.29 How can we help you? I'm currently building out a wizard form with multiple steps. I want to present the user with confirmation modal before confirm...