action with form with livewire component inside
hello everyone, i added an action inside my livewire component, this is the code:
as you can see, inside the action form I use another livewire component TransactionInformation that calculates and displays a result, which I would then like to reuse inside the action business logic, basically inside ->action(function (array $arguments, array $data).
I thought I would find something inside $arguments or $data, but I don't see anything.
how do I retrieve a TransactionInformation property?
where am I going wrong?
I hope I explained my problem well,
thanks in advance
0 Replies