select icon indicating copy to clipboard operation
select copied to clipboard

React Select

Results 191 select issues
Sort by recently updated
recently updated
newest added

Fixes errors using Yarn 2 (berry). See https://github.com/ant-design/ant-design/issues/27339 for details.

Hello! First of all - awesome component! :tada: Question: when in `tags` mode the developer is allowed to set the `value` of the search, so I can pass e.g. `['tag...

![select](https://user-images.githubusercontent.com/13075259/96352044-a00e7780-10c0-11eb-875b-81bf66e80401.gif) What is the reason that the items don't get correctly deselected? The state gets updated which is highlighted by the updates in the dropdown but the items in the...

Hey there, most rc-* components are published with .css asset files. This only features .less only right now which is problematic for SASS environments. Compiling Less to CSS allows developers...

If return `newOption`, `props` in `newOption` will cause circular reference. `props` of `newOption` will has `props` of `newOption`. ```ts option.props.props.props === option.props // this is true ```

最近在搭配使用下拉选择和模态框,我发现当下拉菜单处于下拉状态时,按下 ESC 会导致模态框也跟着被关闭。如下图,左边的是我二次封装的,在按下 ESC 时处理了一下,阻止了事件向外传播,右边的是直接引用的,按下 ESC 时模态框也会被关闭(引入的都是 Antd,但应该不影响)。 复现代码:https://codesandbox.io/s/brave-sanne-11rpo ![rc-select 关闭控制问题复现](https://user-images.githubusercontent.com/12868055/92550629-880c3280-f28e-11ea-8965-465f6890f151.gif) 我记得以前是不会这样的,翻看了源码,发现在早期版本中有下面的阻止事件传播代码,我尝试把这段代码添加到现在的版本上,发现是起作用的。不知道去掉这个逻辑的原因是什么?如果能加回来,感觉体验更好一些。 https://github.com/react-component/select/blob/50ce1a8e56d36444d6cc777abc2e0042669cba6d/src/Select.tsx#L402

The system keyboard of Apple iOS (13.6.1 and other) isn't opening once an option is chosen or the prop value is set. Same is working as expected on Android -...

I try to update my rc-select with latest version and also try ant design which is use this library for their core. everything ok on desktop version but when our...

fix: null initialValue breaks when labelInValue is set

比如如果需要由hover触发select展开与关闭时,外部可以通过showAction和hideAction控制