AHorak

Results 12 comments of AHorak

Looks better om Chrome or Edge ![grafik](https://github.com/Hacker0x01/react-datepicker/assets/13638288/1693e190-9c3b-42f8-9b28-675ce9cc9469)

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";

Look at his issue: https://github.com/react-component/tree/issues/430 Hope this helps :-)