小编Tom*_*Tom的帖子

<ng-select> [items] 值不更新

我正在一个页面上工作,我需要一个带有搜索字段的选择框,所以我决定使用该ngSelect模块。

我的 HTML:

   <ng-select [items]="mesurePoints"
            bindLabel="name"
            bindValue="id"
            >
   </ng-select>  
Run Code Online (Sandbox Code Playgroud)

mesurePoints一些更改后,选择列表未链接到值。

list typescript angular

5
推荐指数
2
解决办法
3428
查看次数

标签 统计

angular ×1

list ×1

typescript ×1