© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•14mo ago•
12 replies
galli.roberto

Repeater

I ma trying do do sth custom with repeater

I noticed that a callback is called so many times, and increments at every add items

This is a field inside a repeater.
I put a dump just to debug it

Components\Toggle::make('is_global')
    ->visible(fn() => dump()),
Components\Toggle::make('is_global')
    ->visible(fn() => dump()),


This is a count of printed dump to sequence add items:
- First add: 1 dump
- Second add: 12 dump
- Third add: 23 dump
- and so on

Why is called so many times?
image.png
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 Inside Repeater
FilamentFFilament / ❓┊help
7mo ago
Repeater
FilamentFFilament / ❓┊help
16mo ago
Repeater
FilamentFFilament / ❓┊help
2y ago
Repeater
FilamentFFilament / ❓┊help
3y ago