Access value outside Repeater
How do I get $state from a field outside the Repeater for use inside the Repeater?
So all repeater fields will get the same value.
So the form above will set a value which will later be used in all repeaters below it. Like a filter, but it's not a filter.
2 Replies
Here is the code
https://stackoverflow.com/questions/73631648/access-parent-schema-value-inside-repeater-filament
it's here
Stack Overflow
Access Parent Schema Value inside Repeater - Filament
I am trying to access field_1 value inside the repeater
return $form->schema([
Select::make('field_1')->reactive()->options(['a','b','c']),
Repeater::make('repeater_1')->schema(...