FilamentF
Filament3y ago
Hro

Arguments are lost on reactive forms

When using an action with a closure label using array $arguments a reactive field in the form causes an error because the $arguments array is empty.

Is there something I am missing?

            ->label(function(array $arguments) {
                return $arguments['group'];
Screenshot_2023-08-13_at_13.04.53.png
Was this page helpful?