Hello, Is there a way to disable the select as you type feature of the Tree component ?
I'm trying to add keyboard shortcuts (Cut / Copy / Paste) on a tree, using the keyDown event. As soon as I hit the 'c' key (for instance) the first node whose label begins with a 'c' gets selected : the selection jumps from one node to another, which is weird.

