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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
When I click on a checkbox on a selectable card I would expect the selectedChange event to fire
Actual behavior
If you select the main portion of the card the event does fire but if you click directly on the checkbox it does not fire
Steps to reproduce
Visit plunker and click on the card (not the checkbox). You will see that "Test" is printed below the card. Then click on the checkbox and notice that "Test" is not printed again.
Expected behavior
When I click on a checkbox on a selectable card I would expect the selectedChange event to fire
Actual behavior
If you select the main portion of the card the event does fire but if you click directly on the checkbox it does not fire
Steps to reproduce
Visit plunker and click on the card (not the checkbox). You will see that "Test" is printed below the card. Then click on the checkbox and notice that "Test" is not printed again.
Plunker
https://plnkr.co/edit/WXBbiuywOMo3OK0XOxn7?p=preview
The text was updated successfully, but these errors were encountered: