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 am following the dynamic.html example and have a handler for the loadData property. In this handler we are dynamically fetching the children and inserting them in the "children" property...

Hey, i am having an issue with TreeSelect. I have a dropdown button. On clicking this, i get a dropdown list but i am not able to do any selection...

Thank you for this wonderful control. We are using the rc-tree-control with a few thousand items, and it is working well, except in one scenario. When we do a search,...

File 'assets/index.css' doesn't contain class **rc-tree-select-tree-icon__docu** which leads to incorrect view of leaf nodes ![screenshot from 2018-11-13 14-43-18](https://user-images.githubusercontent.com/44975669/48414249-774e0c80-e74a-11e8-82de-09946f0a48dc.png)

I ran jest on the repo to see how your unit tests work. However, when I run npm run test, I get this error. I am using nvm 8.11.2. Can...

Tree nodes that have children and are disabled will not open when their ID is int he treeDefaultExpandedKeys array. This occurs even when sub-elements are not disabled. The user can...

dropdownClassName does not appear to be working - creating a "test-class" does not appear in the DOM when added. Repro Steps 1. clone and build the repo 2. Open basic.js...

after set value property to null, placeholder disappears. code check for placeholder in single select is using selectorValueList `if (selectorValueList.length)` which doesn't really make sense.

Hey, I have an issue using ‘labelInValue’ on TreeSelect when ‘treeCheckable’ is set to true. When set to true, every selected value is shown as the original label and not...