© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
Mambi

Label not displayed

Hi,
i've to add an AttachAction to my form but the label of the " $action->getRecordSelect()" isn't displyed
here's my code
                Tables\Actions\AttachAction::make()
                    ->form(function ($action) {
                        return [
                            $action->getRecordSelect()->label('Player'),
                            Forms\Components\Select::make('sport_id')
                                ->label('Sport')
                                ->options(fn () => Sport::pluck('name', 'id'))
                                ->required()
                        ];
                    })
                Tables\Actions\AttachAction::make()
                    ->form(function ($action) {
                        return [
                            $action->getRecordSelect()->label('Player'),
                            Forms\Components\Select::make('sport_id')
                                ->label('Sport')
                                ->options(fn () => Sport::pluck('name', 'id'))
                                ->required()
                        ];
                    })

any idea ?
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

favicon not being displayed
FilamentFFilament / ❓┊help
12mo ago
Realtion is not displayed
FilamentFFilament / ❓┊help
2y ago
Pagination is not displayed
FilamentFFilament / ❓┊help
3y ago
Heading and Subheading not displayed
FilamentFFilament / ❓┊help
3y ago