© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
Raj Siva-Rajah

Select field ->preload() not working in relationship manager attach action

Hi all

->preload()
->preload()
doesn't seem to be working when used on a Select field in a relationship manager attach action:

AttachAction::make()
  ->label('Add users')
  ->recordSelect(
    fn (Select $select) => $select
      ->placeholder('Select users to add to project')
      ->multiple()
      ->preload(),
    ), 
AttachAction::make()
  ->label('Add users')
  ->recordSelect(
    fn (Select $select) => $select
      ->placeholder('Select users to add to project')
      ->multiple()
      ->preload(),
    ), 


Is that a bug or is there something I'm missing?

Thanks!
Solution
AttachAction::make()
->preloadRecordSelect()
AttachAction::make()
->preloadRecordSelect()
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

format options on relationship manager select in attach form
FilamentFFilament / ❓┊help
3y ago
Searchable Not Working When Preload is Set For Select Field With relationship
FilamentFFilament / ❓┊help
9mo ago
Dependent select in attach action
FilamentFFilament / ❓┊help
3y ago
Attach in relationship manager is Timing out
FilamentFFilament / ❓┊help
3y ago