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

fix https://github.com/ant-design/ant-design/issues/36048

` Jack Jack Jack Jack Jack Jack Jack Jack Jack Jack Jack Lucy Lucy Lucy Lucy Lucy Lucy Lucy Lucy Lucy Lucy { event.stopPropagation(); }} defaultValue='test' /> ` simply adding...

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies

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

fix [#33790](https://github.com/ant-design/ant-design/issues/33790)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.48 to 18.0.17. 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.48&new-version=18.0.17)](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

NOTE: this is a work was a work in progress code change. **❗ Please feel free to edit my pull request.** I am not sure where to make all the...

As it stand right now, the listbox is added to the DOM after the user interacts with the Select component. This is a problem because it will throw an error...

Currently only the active item and the adjacent ones are rendered inside [role="listbox"]. This is problematic for screen readers, because they will announce an item as "Option 2 of 3"...

### Description When using the keyboard to traverse an optionlist, the length of the list is always restricted to 3 or less. I _think_ it's related to this: https://github.com/react-component/select/blob/master/src/OptionList.tsx#L255-L257 The...