Fix sur le formulaire
This commit is contained in:
@@ -46,13 +46,13 @@
|
||||
</button>
|
||||
</mat-form-field>
|
||||
|
||||
<div>
|
||||
<!-- <div>
|
||||
<label>Float label: </label>
|
||||
<mat-radio-group [(ngModel)]="toto">
|
||||
<mat-radio-button value="auto">Auto</mat-radio-button>
|
||||
<mat-radio-button value="always">Always</mat-radio-button>
|
||||
<mat-radio-group [(ngModel)]="toto" name="toto">
|
||||
<mat-radio-button value="dz">DZ</mat-radio-button>
|
||||
<mat-radio-button value="tunel">Tunel</mat-radio-button>
|
||||
</mat-radio-group>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<mat-form-field>
|
||||
<mat-label>Choose the used gear</mat-label>
|
||||
@@ -106,7 +106,7 @@
|
||||
</mat-form-field>
|
||||
|
||||
<br />
|
||||
<button mat-button *ngIf="isValidatedForm()">Submit</button>
|
||||
<button mat-raised-button color="accent" *ngIf="isValidatedForm()">Submit</button>
|
||||
</form>
|
||||
|
||||
<ng-template #loading>
|
||||
|
||||
Reference in New Issue
Block a user