FilamentF
Filament2y ago
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'),
Was this page helpful?