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'];
->label(function(array $arguments) {
return $arguments['group'];
0 Replies
No replies yetBe the first to reply to this messageJoin