Any way to hide Action trigger button but not the action modal ?
This action modal auto opens when the page is loaded and the action trigger button sits at the render hook Body start on top of the page. How to hide it ?
`
4 Replies
I think in your view you can use
<div wire:init="mountAction('onboarding')"></div> instead of rendering the action button
Thanks boss 😇
setting defaultAction didn't work in v3.
I think
$defaultAction works on pages