How to make it so that when I selected "all" the others disappeared
Forms\Components\Select::make('device')->label("Device")->multiple()->options([
'iOS' => 'iOS',
'Android' => 'Android',
'Windows' => 'Windows',
'macOS' => 'macOS',
'all' => 'All'
])->native(false),
1 Reply
Maybe a CheckboxList would simplify things...
https://filamentphp.com/docs/3.x/forms/fields/checkbox-list#bulk-toggling-checkboxes