tree-select icon indicating copy to clipboard operation
tree-select copied to clipboard

React Tree Select

Results 119 tree-select issues
Sort by recently updated
recently updated
newest added

I have tried with codesandbox. But I am getting this error in css file. Could not find module in path: 'rc-tree-select/assets/index.css' relative to '/src/App.js' You can see my example here....

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...

dependencies

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.5.0. Release notes Sourced from eslint-plugin-jest's releases. v28.5.0 28.5.0 (2024-05-03) Features allow @typescript-eslint/utils v7 as a direct dependency (#1567) (1476f10) v28.4.0 28.4.0 (2024-05-03) Features valid-expect:...

dependencies

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

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 to 18.3.1. Release notes Sourced from react's releases. 18.3.1 (April 26, 2024) Export act from react f1338f 18.3.0 (April 25, 2024) This release is identical to...

dependencies

Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 10.3.12. Changelog Sourced from glob's changelog. changeglob 10.3 Add --default -p flag to provide a default pattern exclude symbolic links to directories when follow and...

dependencies

Bumps [@rc-component/trigger](https://github.com/react-component/trigger) from 1.18.3 to 2.1.1. Release notes Sourced from @​rc-component/trigger's releases. v2.1.1 chore: update ts def (#453) 0bd1a29 https://github.com/react-component/trigger/compare/v2.1.0...v2.1.1 v2.1.0 feat: support popupElement (#452) 4e1d80f https://github.com/react-component/trigger/compare/v2.0.0...v2.1.0 v2.0.0 refactor: Move...

dependencies

Bumps [rc-dialog](https://github.com/react-component/dialog) from 7.7.0 to 9.4.0. Release notes Sourced from rc-dialog's releases. v9.4.0 feat: Dialog support aria-* in closable (#403) 94dcda5 fix: fix the issue in the demo where the...

dependencies

### What problem does this PR solve? If the user moves between TreeSelect options using arrow keys, the screenreader will always read out the value of the active node. It...

If I press Enter after the input does not match any entries, the component returns a null value and renders an empty component on the page. like: ![image](https://user-images.githubusercontent.com/7866330/149892737-35025656-7273-4931-8304-7daa8b75c566.png) so we...