You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: visually hidden inputs should not bubble change event (#551)
* fix(): visual hidden inputs should not bubble change event
* Currently the change event of the visual hidden inputs will bubble up and emit its event object to the component's `change` output.
This is currently an issue of Angular 2
- See angular/angular#4059
To prevent the events from bubbling up, we have to stop propagation on
change.
Fixes#544.
0 commit comments