© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
slamx_

Repeater Event listener not working

I have tried to use the listener as described in the documentation, but it does not work. The repeater is inserted in a tab. Is there anything to consider here?

use Filament\Forms\Components\Component;

protected function setUp(): void
{
parent::setUp();

$this->registerListeners([
'repeater::createItem' => [
function (Component $component, string $statePath): void {
if ($component->isDisabled()) {
return;
}

if ($statePath !== $component->getStatePath()) {
return;
}

// ...
},
],
]);
}
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

Filament event listener?
FilamentFFilament / ❓┊help
2y ago
Repeater Not Working
FilamentFFilament / ❓┊help
3y ago
listener not working via echo
FilamentFFilament / ❓┊help
2y ago
Relationship repeater not working
FilamentFFilament / ❓┊help
2y ago