Use translatable for relations in select components
- Published: 25 Mar 2024 Updated: 04 May 2024
get translatable attribute in a relationships
when using a relations in a select menu or a filter, and that model is translatable, this is how to get the translatable attribute:
1->getOptionLabelFromRecordUsing(fn (Model $record) => $record->title)
Related Tricks:
make all Field or any components translatable
I’ll guide you on how to test your Form Builder using Livewire Volt with a class-based component.
Usability: Knowing whether or not the record was saved.
Bring the sticky actions back form filament v2
Translating components can often be a repetitive task, Fortunately, there's a neat trick to automate this process, making your components instantly translatable.