tree-select
tree-select copied to clipboard
React Tree Select
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...
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:...
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 [](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...
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...
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...
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...
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...
### 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:  so we...