RuiAlmeida
How to pass data to an EditAction
I'm struggling to make the editAction to recieve the record where I call the action in the livewire blade component
In blade i have :
{{ ($this->editAction)(['record' => $menu]) }}
component:
Do i need anything in the mount() ?
(I have a similar createAction in the compoenent that's working fine
)10 replies