Fix sur le formulaire d'ajout de sauts
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user