<div class="mb-3">
<label for="repairProductInput" class="form-label">Ürün</label>
@Html.DropDownListFor(m => m.Repairs.urunID, Model.ProductsList, "Bir Ürün Seçiniz", new {@class="form-control repair-inputs", id="repairProductInput", required="required"})
</div>