Is it possible to create new Action Modal anywhere in code, if so, how?
I want to prompt user if the submitted data is missing for example som keyword required with a modal. Can it be done?
mountAction on the Livewire object and passing it the ID of the action and optionally any arguments it needs.{{ $this->customAction }} call in the template.mountAction{{ $this->customAction }}