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

Official Demo window alerts for 'please select more than two item or less than one item.'

Open z27fang opened this issue 4 years ago • 0 comments

1. What's the issue? https://tree-select.react-component.vercel.app/?path=/story/rc-tree-select--basic On this official demo page, if you go to 'check select' section and check 2 values, it will alert for the message given in title.

2. How to reproduce? image

3. What's the expected behavior? Not showing this alert and allowing for selecting arbitrary number of values, or give some explanation of why this is happening.

读了下代码似乎是用来展示onDropdownVisibleChange,是否需要标注一下用途以防误以为是bug呢?

https://github.com/react-component/tree-select/blob/c51317d9213add27d84384a479153c3a9f8a1906/examples/basic.tsx#L127-L135

如有需要我可以提交一个pr对此功能再demo页面上做些介绍。

z27fang avatar Aug 12 '21 21:08 z27fang