Call modal from anywhere on filament admin panel
Hey i was wondering if it was possible to create an modal action, register it globally within my filament admin panel, and call/trigger it using a key-bind/keydown event from js
Solution:Jump to solution
Thanks for getting back. Ive decided to just stick with my original method of registering my custom livewire modal component via hooks as theres a small bit of func required to happen inside the modal on the php end π
4 Replies
Hi
Would be a simple modal and no action though. I don't think it's possible to have a global action, as there is no way to register it.
Solution
Thanks for getting back. Ive decided to just stick with my original method of registering my custom livewire modal component via hooks as theres a small bit of func required to happen inside the modal on the php end π