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
Given a node tree with checkboxes, developers can tell when someone selects the checkbox by listening for the focus event. There isn't an event to catch when the user de-selects the checkbox.
Expected behavior:
I would expect either the focus event to fire, or a new event be defined when the user de-selects the checkbox
Versions of Angular Tree Component, Angular, Node, affected browser(s) and operating system(s):
Given a node tree with checkboxes, developers can tell when someone selects the checkbox by listening for the
focus
event. There isn't an event to catch when the user de-selects the checkbox.Expected behavior:
I would expect either the
focus
event to fire, or a new event be defined when the user de-selects the checkboxVersions of Angular Tree Component, Angular, Node, affected browser(s) and operating system(s):
Angular: 13.2.5
Tree: 11.0.4
Browser: Chrome, Firefox
[ ] Yes (Assistance will be provided if you need help to submit a pull request)
[ x ] No
The text was updated successfully, but these errors were encountered: