© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
uendel

Dynamic select options don't work with native Select

3️⃣v3Form builder
I have a select that has options dependent on other field.

Select::make('person_id')
                            ->native(false)
                            ->searchable(false)
                            ->options(fn () => self::$peopleOptions)
                            ->visible(fn () => self::$foundMultiplePeople)
                            ->label('Person'),
Select::make('person_id')
                            ->native(false)
                            ->searchable(false)
                            ->options(fn () => self::$peopleOptions)
                            ->visible(fn () => self::$foundMultiplePeople)
                            ->label('Person'),


However this only works if the select is not native, am I doing something wrong?
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

Conditional Select options don`t work if disabled field
FilamentFFilament / ❓┊help
3y ago
Dynamic select options doesnt remember selected value
FilamentFFilament / ❓┊help
8mo ago
Select options don't update when using "javascript" select
FilamentFFilament / ❓┊help
3y ago
ExportBulkAction don't work with selected record
FilamentFFilament / ❓┊help
13mo ago