diff --git a/app/Filament/Resources/VehiclesResource/RelationManagers/VehicleOwnerRelationManager.php b/app/Filament/Resources/VehiclesResource/RelationManagers/VehicleOwnerRelationManager.php index b9b0d1f..70ec5ce 100644 --- a/app/Filament/Resources/VehiclesResource/RelationManagers/VehicleOwnerRelationManager.php +++ b/app/Filament/Resources/VehiclesResource/RelationManagers/VehicleOwnerRelationManager.php @@ -20,7 +20,8 @@ class VehicleOwnerRelationManager extends RelationManager { return $form ->schema([ - Forms\Components\TextInput::make('owner') + Forms\Components\Select::make('bidder_assigned_number') + ->label('number') ->required() ->maxLength(255), ]);