标签: angular-material
我正在mat-input上使用change事件 但是,它被调用两次。 我的问题可以在以下链接中找到: https://stackblitz.com/edit/angular-qgznvr?file=src%2Fapp%2Fapp.component.ts
我看到了类似的话题,但总结不了
https://github.com/angular/material2/issues/9620
答案 0 :(得分:0)
您可以使用焦点事件而不是更改。
<dumb-comp (focusout)="parentChange($event)"></dumb-comp>