© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•17mo ago•
6 replies
JJSanders

addAction function called on page load

When I have a repeater with an addAction function. When I load the page with the repeater on it the
addAction
addAction
code is executed. I would expect this to be called only when pressing the action button.

            ->addAction(function ($livewire, $component) { dump('test');})
            ->addAction(function ($livewire, $component) { dump('test');})


Any suggestions?
Thanks.
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

Grid::make()->schema(function()) called 5 times on load
FilamentFFilament / ❓┊help
2y ago
addaction - refresh repeater
FilamentFFilament / ❓┊help
14mo ago
getStateUsing() called 3 times on first load
FilamentFFilament / ❓┊help
15mo ago
Open modal on page load
FilamentFFilament / ❓┊help
17mo ago