Using Spatie Translatable

I'm using the following official pluging
https://filamentphp.com/plugins/filament-spatie-translatable
and everything works fine except.

(See the image attachment)

And my code for this looks like:

Forms\Components\Select::make('city_id')
                    ->relationship('city', 'name')
                    ->label('City')
                    ->required(),
image.png
Filament
Filament support for Spatie's Laravel Translatable package.
Was this page helpful?