更改事件在垫输入上被调用两次

时间:2018-10-05 06:16:36

标签: angular-material

我正在mat-input上使用change事件 但是,它被调用两次。 我的问题可以在以下链接中找到: https://stackblitz.com/edit/angular-qgznvr?file=src%2Fapp%2Fapp.component.ts

我看到了类似的话题,但总结不了

https://github.com/angular/material2/issues/9620

1 个答案:

答案 0 :(得分:0)

您可以使用焦点事件而不是更改。

<dumb-comp (focusout)="parentChange($event)"></dumb-comp>