- Timestamp:
- 11/04/21 23:10:39 (3 years ago)
- Branches:
- master
- Children:
- ceaed42
- Parents:
- 6a80231
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/locations-form/locations-form.component.html
r6a80231 r6c1585f 13 13 <br> 14 14 <br> 15 <!--16 <mat-form-field class="example-full-width" appearance="fill">17 <mat-label>Please select a place</mat-label>18 <input type="text"19 placeholder="Pick one"20 aria-label="Place"21 matInput22 [formControl]="myControl"23 [matAutocomplete]="auto">24 <mat-autocomplete autoActiveFirstOption #auto="matAutocomplete">25 <mat-option *ngFor="let option of filteredOptions | async" [value]="option.name">26 {{option.name}}27 </mat-option>28 </mat-autocomplete>29 </mat-form-field>30 -->31 32 15 33 16 <div *ngIf="cityOption"> … … 40 23 </mat-form-field> 41 24 </div> 42 43 25 44 26 <div *ngIf="regionOption">
Note:
See TracChangeset
for help on using the changeset viewer.