Closed MallauryGerard closed 3 months ago
3.2
3.6.9
8.3
It is not possible to select several media if the model is blank. The first image must be selected before selecting more images.
CuratorPicker::make('photos_ids') ->label('') ->multiple() ->lazyLoad() ->directory($path) ->buttonLabel('Ajouter des photos') ->relationship('photos', 'id') ->orderColumn('order'),
We would be able to select multiple medias
Here is a video
No response
Ok I just figured out that there is a configuration "multi_select_key". But that's strange both behaviors are different
Filament Version
3.2
Plugin Version
3.6.9
PHP Version
8.3
Problem description
It is not possible to select several media if the model is blank. The first image must be selected before selecting more images.
Expected behavior
We would be able to select multiple medias
Steps to reproduce
Here is a video
Reproduction repository
No response
Relevant log output
No response