Replies: 2 comments 2 replies
-
maybe this ->modalCancelAction(
\Filament\Actions\StaticAction::make('cancel')
->button()
->action('cancel')
) in the page file public function cancel(): void
{
//do something
} |
Beta Was this translation helpful? Give feedback.
2 replies
-
Maybe you already solve the issue... for me worked using this info |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! Is it possible to modify the cancel button in the action modal? If I click on cancel, I would like it to trigger something.
dd('cancel')
is fired when the modal opens but i want to triggerdd
after i click on cancel.Beta Was this translation helpful? Give feedback.
All reactions