|
||||
File indexing completed on 2025-01-18 09:16:07
0001 <mat-form-field class="full-width-field"> 0002 <mat-label>{{this.label}}</mat-label> 0003 <input type="text" matInput [formControl]="value" [matAutocomplete]="auto"> 0004 <mat-autocomplete #auto="matAutocomplete" [displayWith]="onDisplayValueChange" autoSelectActiveOption="true"> 0005 <mat-option *ngFor="let option of filteredOptions | async" [value]="option"> 0006 {{ option }} 0007 </mat-option> 0008 </mat-autocomplete> 0009 </mat-form-field>
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |