F
Filament13mo ago
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(),
5 Replies
toeknee
toeknee13mo ago
->limit(1000)
PercyTT
PercyTTOP13mo ago
Thank you for your reply. Currently ERROR appears: Method Filament\Forms\Components\Select::limit does not exist.
toeknee
toeknee13mo ago
sorry ->optionsLimit(1000)
PercyTT
PercyTTOP13mo ago
Got it, thank you for your reply
Want results from more Discord servers?
Add your server