remove middlename field from form
parent
c37871dc39
commit
d7800e49fe
|
|
@ -6,9 +6,6 @@
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<input matInput placeholder="First name" [(ngModel)]="firstName" name="firstName" >
|
<input matInput placeholder="First name" [(ngModel)]="firstName" name="firstName" >
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field>
|
|
||||||
<input matInput placeholder="Middle name" [(ngModel)]="middleName" name="middleName" >
|
|
||||||
</mat-form-field>
|
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<input matInput placeholder="Last name" required [(ngModel)]="lastName" name="lastName">
|
<input matInput placeholder="Last name" required [(ngModel)]="lastName" name="lastName">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue