Skip to content

Commit

Permalink
Merge pull request #283 from babyfeed/fix-ounces
Browse files Browse the repository at this point in the history
Fix ounces
  • Loading branch information
TomasPabloFerreira authored Dec 4, 2024
2 parents 9d90ef4 + 0cb70ba commit fc1357c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,12 @@
</mat-form-field>

<mat-form-field *ngIf="weightUnitOptions === 'lb'" appearance="fill" class="form-field">
<mat-label>{{ "Ounces" | translate }}</mat-label>
<mat-label>{{ "Ounces *" | translate }}</mat-label>
<input
name="ouncesControl"
#ouncesControl="ngModel"
[(ngModel)]="ounces"
required
matInput
type="number"
step="0.1"
Expand Down

0 comments on commit fc1357c

Please sign in to comment.