#Can't show modal from filament widget to livewire view

4 messages · Page 1 of 1 (latest)

shell ginkgo
#

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

signal wadi
#

Just add the button as an action, and ensure the modal code is included in the view.

shell ginkgo