Correctif sur le tri de l'affichage des sauts
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<input type="text" matInput [matAutocomplete]="autoGear" [(ngModel)]="selectedGear" name="selectedGear">
|
||||
<mat-autocomplete #autoGear="matAutocomplete" [displayWith]="displayFn">
|
||||
<mat-option *ngFor="let gear of listOfGear" [value]="gear">
|
||||
{{gear.name}}
|
||||
{{gear.name}} ({{gear.mainCanopy}})
|
||||
</mat-option>
|
||||
</mat-autocomplete>
|
||||
<button mat-button *ngIf="selectedGear" matSuffix mat-icon-button aria-label="Clear"
|
||||
|
||||
Reference in New Issue
Block a user