فهرست منبع

feat(admin-ui): Use CurrencyInputComponent in product detail page

Michael Bromley 7 سال پیش
والد
کامیت
278226817f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      admin-ui/src/app/catalog/components/product-detail/product-detail.component.html

+ 1 - 1
admin-ui/src/app/catalog/components/product-detail/product-detail.component.html

@@ -102,7 +102,7 @@
                         <div *ngFor="let option of variant.options">{{ option.name }}</div>
                         <div *ngFor="let option of variant.options">{{ option.name }}</div>
                     </td>
                     </td>
                     <td>
                     <td>
-                        <input type="number" min="0" formControlName="price">
+                        <vdr-currency-input formControlName="price"></vdr-currency-input>
                     </td>
                     </td>
                 </tr>
                 </tr>
                 </tbody>
                 </tbody>