© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
6 replies
Gush

Select All option in relationship Select

Hey, i have a Select with relationship users, works fine but i would like a option to select all users at one

Select::make('user_id')
  ->multiple()
  ->native(false)
  ->searchable()
  ->preload()
  ->label(__('nlmn-event-module::scheduling.scheduling_resource.event_participants'))
  ->relationship('users', 'name'),
Select::make('user_id')
  ->multiple()
  ->native(false)
  ->searchable()
  ->preload()
  ->label(__('nlmn-event-module::scheduling.scheduling_resource.event_participants'))
  ->relationship('users', 'name'),
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

MorphToMany Relationship in filament select option
FilamentFFilament / ❓┊help
3y ago
How to query relationship in select option?
FilamentFFilament / ❓┊help
14mo ago
Prevent select option re-rendering in SelectInput
FilamentFFilament / ❓┊help
3y ago