FFilament•Created by PercyTT on 11/1/2023 in #❓┊help 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(),