Modal blade component not opening on event dispatch.
Hello, I have the blade modal component as this inside a custom blade file placed inside the views/filament/mypanel. I have a method whose implementation is just dispatching the event name and the params passed .I'm trying to open the modal above inside this method like this . However the modal does not show up neither do i get any console errors. Testing with the in the blade component works just fine. Any help?Thank you.
5 Replies
I've also tried to dispatch the modal from elsewhere in the app [ a page ] with this but still nothing works.
Any idea here?
what error do you get in the console when you click it?
No error appears.
Also not in the webconsole?
Yes sure no error. Currently i've added the modal on to one of my livewire blade file and given it the id = "biodata" . Then i've extended the dashboard to this . I've tried to dispatch it from the mount method of the dashboard but still nothing .
Any help . I have no idea .