Providing a Closure to a Filament\Pages\Actions\Action causing a livewire failure
Not sure if I'm just being dumb, but when I have a page which has a wizard.
I have a custom SubmitFormAction:
That works
But if I change that
disabled
to being a closure, it fails.
Eg:
Error:
Am I doing it wrong or is this just not something which is supported?1 Reply
Would you like to do something like this?