FilamentF
Filament3y ago
sm

Adding an action to a repeater.

Hey there,

I have a repeater that's displaying images using a Placeholder.. I'd like to allow users to select an image from the repeater, but:
Placeholder's don't accept suffix actions
if I just use Actions::make([]) inside the repeater schema, the actions are all the same action (i.e, triggering one triggers them all) since they're attached to the form.
What's the right way to add an action to a repeater so its displayed alongside its items?
Was this page helpful?