Select All Items in a Dropdown Select
- Published: 15 Apr 2024 Updated: 08 Aug 2026
Let Users to Select All Options with a Simple Hint Action
When you have a dropdown select with multi select options, you can add a hint action to easily select all options at once.
and this is how you can do it:
1->hintAction(fn (Select $component) => Action::make('select all')
2 ->action(fn () => $component->state(ServiceCenter::pluck('id')->toArray()))
3)
Related Tricks:
How to Apply Authorization on Create Option Action for Select Field
Usability: Knowing whether or not the record was saved.
toggle the visibility of an action when hover the component
Bring the sticky actions back form filament v2
make all Field or any components translatable