lukasbach / react-complex-tree

Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
https://rct.lukasbach.com
MIT License
952 stars 77 forks source link

fix: fix crash in Blueprints.js SearchInput renderer #199

Closed dlech closed 1 year ago

dlech commented 1 year ago

https://github.com/lukasbach/react-complex-tree/commit/13118cda5406decaa39b18d58cbe59a8f37590ee introduced a ref property to the inputProps of SearchInput. This is not compatible with the ref property of the Blueprints.js InputGroup component and needs to be passed to the inputRef property instead.

Fixes: https://github.com/lukasbach/react-complex-tree/issues/197