© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
Travis

Bug in extraModalFooterActions arguments

I am using extraModalFooterActions for a couple of actions to "clear" some data. Here's an example of the code in question:
        ->extraModalFooterActions(fn (Action $action): array => [
            $action->makeModalSubmitAction('clearData', arguments: ['clear' => true]),
        ])
        ->extraModalFooterActions(fn (Action $action): array => [
            $action->makeModalSubmitAction('clearData', arguments: ['clear' => true]),
        ])


When I click on the extra "clear data" modal footer action button, the specified action callable is called, but the
$arguments
$arguments
argument is an empty array.

I have been fighting this for a while today and finally downgraded from v3.1.17 => v3.0.95, just randomly picking a version more than two weeks old, which was when it was last working.

I will try to narrow this down and mabye create a simple repo to link to that demonstrates the problem, but it will have to be tomorrow at the earliest.

Still, I wanted to post this to get the word out....hoping someone might have more time/energy and possibly help.

I'll try to follow up tomorrow with some more info.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

extraModalFooterActions
FilamentFFilament / ❓┊help
10mo ago
extraModalFooterActions in EditAction modal
FilamentFFilament / ❓┊help
2y ago
extraModalFooterActions -> Select
FilamentFFilament / ❓┊help
15mo ago
extraModalFooterActions not working
FilamentFFilament / ❓┊help
12mo ago