Page Action Modal Issue
Hello I have issue with Custom Filament Page Action, it wont trigger modal.
Whenever is clicked there is always network request triggerd, but modal is not showing.. Any idea why?
4 Replies
Remove ‘get’ the method name and the action name have to match in order for them to get registered and cached.
Thanks @awcodes, was killing myself 🫠
Kinda hidden in the docs. See the comments in the code example at https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component#adding-the-action
Yep, thanks!