How to handle custom Repeaters relationship?
I have a custom repeater and I am not sure how to handle the relationship.
In the orginal one you could just pass the relationship but I'm not sure how to implement it for custom repeater.
5 Replies
How I call it.
->default(fn($livewire) => $livewire->options)
public $options
in your Create/Edit/View pageWould like to clarify this one, you are referring to the custom page?
where is
$options
?Is it this?
CustomRepeater::make('options')
$options is already at EditGroupSetting.php this is the livewire component right?