Angular Mat Select Multiple selectionchange finding which option was changed

前端 未结 2 2007
醉酒成梦
醉酒成梦 2020-12-09 03:38

I have a with the multiple option set (a multi-select). When the selectionChange event fires I need to know which o

2条回答
  •  遥遥无期
    2020-12-09 03:51

    This worked for me. blahs is an array of strings in this case. Use 2-way binding:

    
      {{b[i]}}
      
    
    

提交回复
热议问题