Action modal in livewire component not working
I am having an issue displaying a modal in a livewire component using a Filament Action
I have followed the docs from:
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component
This is how it looks like:
The component:
The button shows, on click it loads, but no modal appears
When I apply this same action in a Filament page it works and shows correctly, I am unsure to why this is...
I have followed the docs from:
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component
This is how it looks like:
The component:
The button shows, on click it loads, but no modal appears
When I apply this same action in a Filament page it works and shows correctly, I am unsure to why this is...