© 2026 Hedgehog Software, LLC

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

Edit Select form component

'd like to know how to get the client_name though when I created it appears the name, I tried to edit but it appears only the id of the model. does anyone know how to do it appear the name?


// This is my code of the Select form component
Select::make('audit_id')
->label('Client')
->options(AuditSchedule::with('audit.clientCertType.client')->get()->pluck('audit.clientCertType.client.client_name', 'id'))
->searchable(),
Screen_Shot_2024-03-14_at_5.37.08_PM.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

Filament Select Form Component
FilamentFFilament / ❓┊help
2y ago
Select Dependent Form (Edit Page)
FilamentFFilament / ❓┊help
3y ago
Save edit form with two fields: Select & Livewire table component
FilamentFFilament / ❓┊help
17mo ago
Form Select component select all options method
FilamentFFilament / ❓┊help
3y ago