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:
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!
Jump to solution
3 Replies
toeknee
toeknee5d ago
Just add the button as an action, and ensure the modal code is included in the view.
Solution
TranceCode
TranceCode2d ago
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!

Did you find this page helpful?