这是要绑定的数据
private category: Array<object> = [
{ "id": 1, "text": "Table" },
{ "id": 2, "text": "Chair" },
{ "id": 3, "text": "Light" }
];
<ng-select [items]="category" placeholder="No city selected">
</ng-select>
这是HTML部分,我不知道自己错了什么。它只创建一个黑色输入框