© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
12 replies
Weccop

Select with native false and populate after rendered

I have an select which gets populated by the selected value of another select in the form.

->options(function (Get $get) {
return Unit::where('unit_group_id', $get('unit_group_id'))->pluck('name', 'id');
})

I have this code to load the units based on the selected value unit_group_id of the other select.
But with native false the select is not populated, but when I remove the native false it works.
I could not find the reason in the docs why this does not work. Any thoughts of this?
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

Component not found on select with native(false) and searchable()
FilamentFFilament / ❓┊help
2y ago
Select with native(false) bug v.3.2.26
FilamentFFilament / ❓┊help
2y ago
Avoid Extra Requests for Select->native(false)
FilamentFFilament / ❓┊help
9mo ago
Applying native(false) to SoftDelete filter select field
FilamentFFilament / ❓┊help
2y ago