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
When setting expanded or checked items, I would like to perform different actions depending on whether the Ctrl key is down or not. In javascript events, this information is available as event.ctrlKey. However, the event object that caused the change in the state is not passed through to the setExpanded and setChecked functions, they currently only receive an array of values and a nodeInfo object. Would it be possible to pass the event that caused the change as third parameter?
The text was updated successfully, but these errors were encountered:
mherzkamp
pushed a commit
to mherzkamp/react-checkbox-tree
that referenced
this issue
May 5, 2021
When setting expanded or checked items, I would like to perform different actions depending on whether the Ctrl key is down or not. In javascript events, this information is available as
event.ctrlKey
. However, the event object that caused the change in the state is not passed through to thesetExpanded
andsetChecked
functions, they currently only receive an array of values and a nodeInfo object. Would it be possible to pass the event that caused the change as third parameter?The text was updated successfully, but these errors were encountered: