Skip to content

fire event when ctrl key up in tree component  #1759

@Lakmi15

Description

@Lakmi15

currently, I'm using select method in tree component with multiple node select with ctrl key. but I'm looking event for ctrl key up in tree component.

 async onTreeNodeSelectHandler(selectedKeys: any, event: any) {
    if (event.nativeEvent.ctrlKey === true){

}

inorder to fire this event I need to click on top of tree node.
are there any ways trigger ctrl key up event in tree component

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions