How to group actions together in dropdown in Form Actions?
Hi,
I want to create two actions in a Form like in this example, but I want to render them inside a dropdown.
https://filamentphp.com/docs/3.x/forms/actions#adding-anonymous-actions-to-a-form-without-attaching-them-to-a-component
The result should be looking like the image I did with page header actions in V2.
Thanks.
3 Replies
There is a group.blade.php file in filament-actions components, so I assume it should be doable?
Ok, I see. I was using Actions in the Form components
Now I move to use Actions in the Livewire component directly as you suggest. It works now.
Thanks.