© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
Xiquita

Multiple Select on Managing relationships

Hello friends, I have a question, is there any way to set the Managing relationships select as multiple so that it accepts several records at once?

 ->headerActions([
                //Tables\Actions\CreateAction::make(),
                Tables\Actions\AttachAction::make()
                    ->recordSelect(
                        fn (Select $select) => $select->noSearchResultsMessage(__('user.user_resource.search_field')),
                    )

                    ->preloadRecordSelect()
            ])
 ->headerActions([
                //Tables\Actions\CreateAction::make(),
                Tables\Actions\AttachAction::make()
                    ->recordSelect(
                        fn (Select $select) => $select->noSearchResultsMessage(__('user.user_resource.search_field')),
                    )

                    ->preloadRecordSelect()
            ])
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

Foreign Table / Managing relationships
FilamentFFilament / ❓┊help
3y ago
Multiple Relationships
FilamentFFilament / ❓┊help
12mo ago
Multiple Relationships
FilamentFFilament / ❓┊help
15mo ago
Managing Relationships in the Form Builder
FilamentFFilament / ❓┊help
3y ago