© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
7 replies
PercyTT

select preload() option loading issue

May I ask everyone, I am using the preload() option with select, but it is not displaying all the options. The code snippet is as follows:
Select::make('KeyWord')
->multiple()
->label(__('Keywords'))
->relationship('KeyWord', 'name')
->preload(),
Solution
FYI - same for v2/3

https://filamentphp.com/docs/3.x/forms/fields/select#limiting-the-number-of-options
Select - Form Builder - Filament
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

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Lazy loading Select ->preload()
FilamentFFilament / ❓┊help
3y ago
Select field: How to preload option from getOptionLabelFromRecordUsing()
FilamentFFilament / ❓┊help
3y ago
Auto Select Issue in Select Option
FilamentFFilament / ❓┊help
6mo ago
How to preload select
FilamentFFilament / ❓┊help
2y ago