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

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 29.2.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.2.0)](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

In the documentation it's stated that dropdownRender callback will be called with two arguments: menu jsx and menu props.: `(menu: React.Node, props: MenuProps) => ReactNode` In fact, it's called with...

Bumps [father](https://github.com/umijs/father) from 2.30.23 to 4.0.7. Commits b3fb8da build: release 4.0.7 9e1b931 refactor: doctor rule allow import self pkg 0f687ed fix: doctor failed if import pre-processor files 24c3fc2 fix: ignore...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.25.0. Release notes Sourced from eslint's releases. v8.25.0 Features 173e820 feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills) 6964cb1 feat: remove support for ignore...

dependencies

Bumps [rc-dialog](https://github.com/react-component/dialog) from 8.9.0 to 9.0.0. Release notes Sourced from rc-dialog's releases. v9.0.0 refactor: Dialog use rc-portal component instead (#294) 4f70824 https://github.com/react-component/dialog/compare/v8.9.0...v9.0.0 Commits bd8fcca 9.0.0 4f70824 refactor: Dialog use rc-portal...

dependencies

@zombieJ Please review this PR and merge. Thanks!

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.50 to 18.0.21. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=17.0.50&new-version=18.0.21)](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

Date Seen (_21 Sep, 2022_) Versions - Operating System and version: MacOS 12.6 - Browser and Version: **Brave** based on **Chromium**: 105.0.5195.102 - Lib: rc-select@^14.1.2 Bug Description I customized the...

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 13.4.0. Release notes Sourced from @​testing-library/react's releases. v13.4.0 13.4.0 (2022-09-04) Features renderHook: allow passing of all render options to renderHook (#1118) (27a9584) v13.3.0 13.3.0 (2022-05-28)...

dependencies

When Select animation is "slide-up" and placement is topLeft or topRight, rc-motion cannot trigger animationEnd event because animation-name is missing. cause Select error. online demo: https://stackblitz.com/edit/react-ts-tcnr1w?file=App.tsx related issues: * https://github.com/react-component/select/issues/631...