Alex Manase
How to test `headerActions`/`footerActions` from the Section component?
Yes, you can test, like all the other forms from inside the component. https://filamentphp.com/docs/3.x/forms/testing#actions
6 replies
Public method [mountAction] not found on component when adding an action to a form modal
Reproduction repository: https://github.com/alexmanase/filament-action-in-footer-issue
2 replies
How to validate a single field when using a form action?
Because there is a method
validateOnly
inside InteractsWithForm
and it doesn't seem to work.
Anyway, I have to spend more time in order to be sure if this is a bug, a new feature or if it's not documented enough.22 replies
How to validate a single field when using a form action?
ok, and where is the form?Inside an action of a
table
function
are you using statePath?No.
you can also use a suffixActionI tried, but I need to use an icon in order for the suffix action to work. I just want a button with the label "Submit". Also I think there should be a more suitable way to validate specified fields. What if someone wants a min-form inside the form?
22 replies