#Filter
7 messages · Page 1 of 1 (latest)
<mat-form-field class="size">
<mat-label>Bank Transfer</mat-label>
<mat-select [formControl]="bankTransfer">
<mat-option *ngFor="let bank of bankTransferList" [value]="bank">{{
bank
}}</mat-option>
</mat-select>
</mat-form-field>
html
what exactly is not working? do you have an error? what is happening and what do you expect?
yes but your code is filtering the valueChanges
your code isn't complere and doesn't make much sense.
you have to filter bankTransferList based on the input's value