tree-select icon indicating copy to clipboard operation
tree-select copied to clipboard

React Tree Select

Results 119 tree-select issues
Sort by recently updated
recently updated
newest added

如题,想动态的给每个选择项增加类名来控制 显示/隐藏 的功能,能加自定义类名或者属性嘛?

I'm currently using the tree select on a scrollable modal. The issue is that the dropdown positioning is relative to the body and not to the modal, causing it to...

### What problem does this feature solve? If the user moves between TreeSelect options using arrow keys, the screenreader will always read out the value of the active node. It...

i upgraded from 4.3.0 to 4.8.0. as you can see in the [diff](https://app.renovatebot.com/package-diff?name=rc-tree-select&from=4.3.0&to=4.8.0), the `focus` and `blur` methods are no longer exposed, so i'm getting errors when trying to use...

tree-select 中没有添加 onSearchSplit,使得分词并不能用

目前,`treeCheckable` 模式下,勾选父级会强制选中子级。建议添加一个 `showCheckedStrategy` , 允许只勾选父级(勾选子级时仍自动勾选父级)。 示例: ![image](https://user-images.githubusercontent.com/12206891/155280944-b2b77285-a571-4e9a-8975-c5e13dd9d90b.png)

I'm using the rc-tree-select component with virtualised option enabled, however, the dropdown size seems to be too small , may i know how to increase the vertical height of the...

异步加载的树选择组件,点击节点异步加载完一批数据之后,有的节点还可以展开,此时进行搜索,原本可以展开的节点都变成了叶子节点。

Once the tree is expanded(use treeExpandedKeys), I click on the checkbox, and instead of the box being checked off, it just automatically scrolls up, how can I fix it?

Hi, How i can make treeselect required ? any example or demo. Thanks