select icon indicating copy to clipboard operation
select copied to clipboard

React Select

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

On new version (13.2.0) the multi select option is not working also the search-box is not taking input.

Hi everyone, I saw a useMemo with children props as its dependency, but react renews children references in every render, so is this useMemo used just to prevent rerender caused...

fixes https://github.com/react-component/select/issues/595 in a backwards-compatible manner.

## This is - [x] bug fix - [x] TypeScript definition update ## Background and solution select 的 onChange 参数定义的类型不能为 `undefined`,但是当显示 `clear` icon,并点击清空选项时,会调用 `onChange` 事件,通过 `console.log` 打印出来的 `value` 和 `option`...

Reproduction steps: 1. `npm start` 2. Adjust the height of the browser window so that select is close to the bottom of the window 3. Click select 4. The dropdown...

Current design is little confuse user for diff the select with combobox. It's better to move the search box into popup. ref: https://github.com/ant-design/ant-design/issues/9972#issuecomment-379690800

使用zoom缩小之后,自动适配定位就会出问题,如下图 点击右下角的那个框框,直接报错卡死 ![image](https://user-images.githubusercontent.com/6185151/132518195-14b3e942-1128-45de-993e-2d22545e0a2c.png)