Fix: dropdown with different bindlabel (#5134)

This commit is contained in:
shamoon 2023-12-28 08:30:52 -08:00 committed by GitHub
parent 98255f8e14
commit 2b13fa4712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
(clear)="clearLastSearchTerm()"
(blur)="onBlur()">
<ng-template ng-option-tmp let-item="item">
<span [title]="item.name">{{item.name}}</span>
<span [title]="item[bindLabel]">{{item[bindLabel]}}</span>
</ng-template>
</ng-select>
@if (allowCreateNew) {