© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
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
?
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Repeater Inside Repeater
F
Filament / ❓┊help
7mo ago
Repeater
F
Filament / ❓┊help
16mo ago
Repeater
F
Filament / ❓┊help
2y ago
Repeater
F
Filament / ❓┊help
3y ago