How to access parent record inside repeater field?
I have a Repeater with relationship inside Form, i want to validate the item inside repeater using unique validation, what i need is the id from parent, but i cant get that record. Here's the fields :
2 Replies
Try
fn ($livewire) => $livewire->record
Hello, did you find a solution?