Actions not working in forms inside a Widget
When we use any type of action (hintAction, prefixAction, suffixAction) inside the form of a widget, it does not work. A livewire request is made but the form does not load. I also noticed that the code inside the ->action() also does not run.
However, if I remove the ->form() from this action, the code inside the ->action() runs.
0 Replies