tree-select
tree-select copied to clipboard
React Tree Select
如果 我的项目中 并未使用 less 该如何使tree-select 组件呢
Hi, I upgrade to the latest version and all the styling is gone. Previously I use was: `import 'rc-tree-select/assets/index.css';` - version 2.9.x after upgrading to 3.2.0 all style gone and...
Hi, Is it possible to filter search result or for example skip some parent node from searching? Thank you
It's no longer possible to control the open state with `treeExpandedKeys={expandedKeys}` and ` onDropdownVisibleChange={onDropdownVisibleChange}` I wish to keep the component open after they click on a parent node but `onSelect`...
I am facing this issue that when I click clear button at that point I need to clear selectorValueList state value from parent component.
Hello, It would be nice to be able to pass down props to the input field. For example props like `autoComplete`, `autoCorrect`, `autoCapitalize` or `spellCheck`. Because currently, Safari wants to...
as title. Currently I can only click the icon to expand/collapse sub-tree.
## 问题描述 - 在选择值后,鼠标 hover 输入框,显示的 title 可以自定义。目前 title 和 传入的JSON 数据中的 title 字段是一致的,且不支持修改。  ## 期望的行为 - 希望可以新增 API (如:tipsField),支持设置 title 对应的字段,假如我传入的 treeData 如下所示: ``` const treeData = [...