© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
TranceCode

Display all option in a multiple select

Hey guys, i have this code

Forms\Components\Select::make('permissions')
   ->relationship('permissions', 'name')
   ->multiple()
   ->label('Seleccione los permisos para la cuenta')
   ->required(),
Forms\Components\Select::make('permissions')
   ->relationship('permissions', 'name')
   ->multiple()
   ->label('Seleccione los permisos para la cuenta')
   ->required(),


With this configuration the drop-down list of options is not displayed. Is there a way to make it drop-down when clicking on the select input and that in turn allows multiple permissions to be selected without problem?

I mean, no need to search

Thank you so much!
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Display the delete item option in Select Multiple
FilamentFFilament / ❓┊help
10mo ago
Selecting all values in Select::multiple
FilamentFFilament / ❓┊help
3y ago
Select All option in relationship Select
FilamentFFilament / ❓┊help
2y ago
Select->multiple() in SelectColumn?
FilamentFFilament / ❓┊help
12mo ago