update crud | select optionvalue
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user