© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y 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'];
            ->label(function(array $arguments) {
                return $arguments['group'];
Screenshot_2023-08-13_at_13.04.53.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Reactive Forms Testing CI
FilamentFFilament / ❓┊help
12mo ago
makeModalSubmitAction arguments are empty?
FilamentFFilament / ❓┊help
3y ago
Reactive field and afterStateUpdated is not update in realtime on Forms\Components\TextInput\Mask
FilamentFFilament / ❓┊help
3y ago
Reactive inputs?
FilamentFFilament / ❓┊help
4mo ago