Can't show modal from filament widget to livewire view
i have a Widget in my dashboard for plan information and a button for plan renewal modal, the modal is a view and component using livewire, however when i click in the button this can't show the modal, i try with wire:click in the widget, with dispatch but can't show the modal, i don't have any error in console... Do you have any idea about this problem or if i foget something?
Thank you guys
Solution:Jump to solution
Thank you bro, but i fix this using a redirect link in the button and work all my configuration in a livewire component inserted in a page of Filament, thank you!
3 Replies
Just add the button as an action, and ensure the modal code is included in the view.
Solution
Thank you bro, but i fix this using a redirect link in the button and work all my configuration in a livewire component inserted in a page of Filament, thank you!