Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

myregistration's avatar

Anyone know how to access the current record for Filament's Repeater Form Field?

I need to access the current iteration pivot record for a Filament Repeater form field to assign the schema fields dynamically. When I access $state from the Repeater's schema closure method it is an array of all the pivot records, but I just want the current iteration in order to return the correct array of fields for the schema.

0 likes
0 replies

Please or to participate in this conversation.