Fix sur le formulaire d'ajout de sauts

This commit is contained in:
Sébastien André
2020-05-05 13:21:54 +02:00
parent 9d3ea9900c
commit db6923f5a3
4 changed files with 32 additions and 8 deletions

View File

@@ -46,6 +46,14 @@
</button>
</mat-form-field>
<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>
</div>
<mat-form-field>
<mat-label>Choose the used gear</mat-label>
<input type="text" matInput [matAutocomplete]="autoGear" [(ngModel)]="selectedGear" name="selectedGear">