It's possible to add actions in a section of a form?
I'm building a form, and i want to add a button in the header of a section, is that possible?
Solution:Jump to solution
Actions are decoupled in V3. So you can use them anywhere π
https://filamentphp.com/docs/3.x/actions/installation...
4 Replies
That should now be possible to a point, if it's inside the form you can use the actions to do so.
Else we need to know more about where etc
Do you mean the form action component?
Solution
Actions are decoupled in V3. So you can use them anywhere π
https://filamentphp.com/docs/3.x/actions/installation
aaa, ok, thanks