FilamentF
Filament9mo ago
Niels

Clicking widget action does nothing

I've followed the docs for adding a custom action to a widget, but when I add ->form() or ->action() to the Action component, nothing happens when I click it.
I do see a livewire update network event but no errors in browser console.
image.png
image.png
Solution
The function name and action name need to be the same. Ie modalAction, make::(‘modalAction)
Was this page helpful?