Accessing $records in hintAction
I have a form field and would like to access the record I'm editing in a hint action...
Record is null here... what's the right way to access the record? Thanks!
2 Replies
Solution
Try
fn ($livewire) => $livewire->getRecord()
That works, Danke!