有角材料有什么方法可以防止下拉列表中的重复项目吗?这是示例代码
https://stackblitz.com/edit/angular-xjex4y-43l7uh
我尝试检查该项目是否已存在于数组中,event.currentIndex
但这是不正确的,因为有时我得到了错误的值。
event.container.data.included(event.container.data[event.currentIndex])
在stackblitz中我需要使用.indexOf() insead od .included(),因为有些东西不起作用