Action in Form
I've copied this code from the docs but am getting a error. I've tried to switch action classes but that doesnt solve it
https://filamentphp.com/docs/3.x/forms/actions#defining-a-form-component-action
Error:
3 Replies
Doing the action code in a suffixAction works. But i thought that you could do action in a form without input?
Using it inside a
Actions::make()
does workYeah exactly that works. Based on the text in docs i thought you could do it without
Actions::make()