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
What is the use-case or motivation for changing an existing behavior?
Sometimes there are other places in the app that toggle a checkbox, and it's common sense
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
material 7.1.0
Is there anything else we should know?
You have a PR approved since August here #11902 why the heck don't you merge it?!
The text was updated successfully, but these errors were encountered:
Bug, feature request, or proposal:
Bug
What is the expected behavior?
valueChanges should emit whenever the checkbox's value changes
What is the current behavior?
If the checkbox changes value via the toggle() method, valueChanges does not emit
What are the steps to reproduce?
https://stackblitz.com/edit/angular-uzu4zf
What is the use-case or motivation for changing an existing behavior?
Sometimes there are other places in the app that toggle a checkbox, and it's common sense
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
material 7.1.0
Is there anything else we should know?
You have a PR approved since August here #11902 why the heck don't you merge it?!
The text was updated successfully, but these errors were encountered: