Chore: Updated mat inputs to better match the style guide. Removed placeholders in favour of labels.
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
<mat-form-field class="flex-auto basis-2/5 mr-5">
|
||||
<mat-label>Date</mat-label>
|
||||
<input
|
||||
matInput
|
||||
[matDatepicker]="dateInput"
|
||||
(focus)="dateInput.open()"
|
||||
placeholder="Date"
|
||||
formControlName="date"
|
||||
autocomplete="off"
|
||||
/>
|
||||
@@ -72,7 +72,6 @@
|
||||
<input
|
||||
matInput
|
||||
type="number"
|
||||
placeholder="Physical"
|
||||
formControlName="physical"
|
||||
(change)="updatePhysical($event, row)"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user