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

option里不是string而是dom结构的情景下,如果在onchange事件里去更新state,就会报这个错误,感觉原因是在抛出警告的判断上,optionlabel和rowlabel如果是reactnode的情况下,他们两个虽然结构一样但是不相等

According to the typescript type it supports classname (and it should, since it can be useful for styling). However, it doesn't seem to pass the classname through. Would submit a...

## Description Currently `` component is not fully `` compatible, which means when you submit a `` or `` the data from the `` is not included in the form...

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/biao-qian-antd-4-21-6-forked-xmucc5?file=/demo.js) ### Steps to reproduce 1. Type in 'g1v1' 2. The problem shows. ### What is expected? Since the g1v1 is equals to the searching...

There is no `multiple` prop. Write about `mode` prop in docs instead

## Description You can't click dropdown when the dropdown shows up at top in a scrollable area. ![image](https://user-images.githubusercontent.com/12868055/177693714-09c6ea7a-2930-491f-81fe-8fd412bf8898.png) ## Reproduction - Put `` in a scrollable area (container) - Set...

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.17 to 18.0.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=17.0.17&new-version=18.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

### Changes: 1. `null` cannot be used as an option value. 2. `allowClear` triggerChange will pass the `null` to onChange() instead of `undefined`. 3. add a new example: `null-controlled` example....

```less * {box-sizing: border-box;} ``` 这选择器影响范围太大,容易对页面其他组件进行污染,应收到select-prefix内部 https://github.com/react-component/select/blob/de5d98d463019f5c00b22e05de925078a54eb946/assets/index.less#L3