Dispatching a livewire event from a filament action when submit
Hello,
I need help dispatching a livewire event from a filament action but none of the answers or methods I tried are working.
To avoid duplication I will link to the GitHub discussion that I created for this problem I don't know if this is ok, if not tell me and I will delete it.
https://github.com/filamentphp/filament/discussions/11675
I need help dispatching a livewire event from a filament action but none of the answers or methods I tried are working.
To avoid duplication I will link to the GitHub discussion that I created for this problem I don't know if this is ok, if not tell me and I will delete it.
https://github.com/filamentphp/filament/discussions/11675
GitHub
Package Panel builder Package Version v3.2.35 How can we help you? I am trying to dispatch a refresh event when a modal action is submitted the event is dispatched from other functions inside the c...