AHorak
AHorak
Looks better om Chrome or Edge 
Have the same problem in my project. useLocalHotkeys sounds good.
Same problem! filterTreeNode will be called for every node, but i don't know how the filtering is done.
@all Has anyone found the solution?
> I am trying to make a search bar to filter the nodes as I type in, can I use this prop to make that? Hi @gustavomm19 , my function...
It works for me this way: ``` import { TreeNodeProps } from "rc-tree/lib/TreeNode"; ... const switcherIcon = (props: TreeNodeProps) => { if (props.isLeaf) { return ( ); // size of...
@Jared-Dahlke > ` showIcon={false} > showLine={false} > switcherIcon={} > checkable > onExpand={this.onExpand} > expandedKeys={expandedKeys} > autoExpandParent={autoExpandParent} > onCheck={this.onCheck} > checkedKeys={this.state.checkedKeys} > onSelect={this.onSelect} > selectedKeys={this.state.selectedKeys} > filterTreeNode={this.filterTreeNode} > > Does filterTreeNode...
Works for me React 18.2 and Typescript 4.8 import { DataNode, EventDataNode, Key } from "rc-tree/lib/interface";
This would be a really important feature.
Look at his issue: https://github.com/react-component/tree/issues/430 Hope this helps :-)