cascader icon indicating copy to clipboard operation
cascader copied to clipboard

cascade select in one box

Results 95 cascader issues
Sort by recently updated
recently updated
newest added

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

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 to 18.2.0. Release notes Sourced from react's releases. 18.2.0 (June 14, 2022) React DOM Provide a component stack as a second argument to onRecoverableError. (@​gnoff in...

dependencies

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

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.17 to 18.0.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=17.0.17&new-version=18.0.6)](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 [gh-pages](https://github.com/tschaub/gh-pages) from 3.2.3 to 4.0.0. Release notes Sourced from gh-pages's releases. v4.0.0 This release doesn't include any breaking changes, but due to updated development dependencies, tests are no longer...

dependencies

Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.2 to 8.0.3. Changelog Sourced from glob's changelog. 8.0 Only support node v12 and higher \ is now only used as an escape character, and never as...

dependencies

因为在传入[email protected]@rc-select中的 BaseSelect , 的 onKeyDown :onInternalKeyDown中会根据这个disabled来判断,是否能删除这个已选中的属性。 使用场景是,当配合Form.Item,回填使用的时候当option中已经加了disabled 这时是不能选中。期望是不能删除,但是现在是能删除已经选择的。

https://github.com/ant-design/ant-design/issues/34978 添加antd的Cascader组件在onSelect后,是否清除searchValue的功能 by:第一次PR,如有问题麻烦指出改正