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

fix: https://github.com/ant-design/ant-design/issues/45734 针对这种情况单独的更新value

Hi, I have the following problem with OptionList. I am using the AutoComplete component in the antd library. The dropdown list uses the optionList from rc-select. I need to scroll...

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 29.4.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=26.0.24&new-version=29.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 14.0.0. Release notes Sourced from @​testing-library/react's releases. v14.0.0 14.0.0 (2023-02-16) Bug Fixes Prevent "missing act" warning for queued microtasks (#1137) (f78839b) Features Bump @testing-library/dom to...

dependencies

Bumps [dumi](https://github.com/umijs/dumi) from 1.1.50 to 2.1.14. Commits ce9c8e7 build: release 2.1.14 33f70a6 fix: dom type render failed bug in API component (#1507) 09db565 feat: support to hide sidebar via page...

dependencies

Steps to reproduce: 1. Type in a tags, for example `apple` 2. Hit enter -> new tag is created OK 3. Type second tag, in this case the same thing:...

- Question and description, as indicated in the title. - [convert2LabelValues](https://github.com/react-component/select/blob/master/src/Select.tsx#L269) , please check the handling of rawValue, it shouldn't be given a default value.

I'm trying to render a selection input where initially nothing will be selected and on the click of the input it will show all the available values. ![image](https://user-images.githubusercontent.com/34785917/206164229-2347d593-395d-4c4d-a46e-f5424b358897.png) `Select` is...