update crud | select optionvalue

This commit is contained in:
Mehmet Çetin
2025-01-08 12:16:38 +03:00
parent fa2e167e3f
commit 174afc98fb

View File

@@ -162,7 +162,7 @@ interface ExportColumn {
<div> <div>
<label for="inventoryStatus" class="block font-bold mb-3">Inventory Status</label> <label for="inventoryStatus" class="block font-bold mb-3">Inventory Status</label>
<p-select [(ngModel)]="product.inventoryStatus" inputId="inventoryStatus" [options]="statuses" optionLabel="label" placeholder="Select a Status" fluid /> <p-select [(ngModel)]="product.inventoryStatus" inputId="inventoryStatus" [options]="statuses" optionLabel="label" optionValue="label" placeholder="Select a Status" fluid />
</div> </div>
<div> <div>