Sep 24, 2024
0
Level 14
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.
Please or to participate in this conversation.