小编cn-*_*-ge的帖子

<ng-select tag> 中 BindLabel 的 Angular 6 Concat 字符串

采用了棱角分明6,我想CONCAT名字和姓氏bindLabel里面NG-select标签

这是我的 html : ng-select [items]="persons" bindLabel="LastName" bindValue="Id" [(ngModel)]="selectedItem" placeholder="person"

任何的想法 ?bindLabel="LastName + ' ' +FirstName" => 不起作用 bindLabel="person.Name as (person.LastName + ' ' person.FirstName) for person inperson" => 不起作用

concat angular-ngselect angular

4
推荐指数
2
解决办法
6238
查看次数

标签 统计

angular ×1

angular-ngselect ×1

concat ×1