nkoehler / mat-video

:tv: mat-video is an Angular 8/9+ video player using Material!
https://nkoehler.github.io/mat-video/
MIT License
91 stars 47 forks source link

Pressing play triggers submit in angular form #67

Open aracid opened 4 years ago

aracid commented 4 years ago

Hi there

When pressing the 'play' or any of the buttons on the video embedded in an angular form, it seems to trigger the submit event on the angular form.

However when clicking on the actual image, which also triggers the video to play - the form doesn't submit and the behavior is as to be expected.

Is there any way I can control what is being emitted from the play button ?

image

Thanks in advance