Repeater relationship refresh

How Repeater relationship edit field refresh fields in all other Repeaters. Like..
Repeater::make('first_records')
->relationship()
->schema(
fn ($record) => [
// ...
->reactive()
->afterStateUpdated(
// ...
Repeater::make('second_records')
// ...
Repeater::make('first_records')
->relationship()
->schema(
fn ($record) => [
// ...
->reactive()
->afterStateUpdated(
// ...
Repeater::make('second_records')
// ...
1 Reply
krekas
krekas2y ago
make an event call
Want results from more Discord servers?
Add your server