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')
// ...
Was this page helpful?