© 2026 Hedgehog Software, LLC

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

Repeater deleteAction

I am trying to do some changes to some other fields when deleting one of the repeater items. In v2 there was an option to do this using

->registerListeners([
'repeater::deleteItem' => [
function (Forms\Components\Component $component, string $statePath): void {}
]);

but it does not seem to work. Is there any way to achieve this in Filament v3? Also, I am getting issues with the repeater when adding/deleting them constantly, at some moment it does seem to stop working.
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

Repeater DeleteAction
FilamentFFilament / ❓┊help
14mo ago
Repeater deleteAction
FilamentFFilament / ❓┊help
2y ago
Repeater deleteAction Label Not Working
FilamentFFilament / ❓┊help
9mo ago
repeater deleteAction get deleted record to handle it?
FilamentFFilament / ❓┊help
13mo ago