cascader
cascader copied to clipboard
cascade select in one box
Bumps [rc-field-form](https://github.com/react-component/field-form) from 1.44.0 to 2.2.1. Release notes Sourced from rc-field-form's releases. v2.2.1 feat: DeepNamePath deep = 5 (#700) 31599de https://github.com/react-component/field-form/compare/v2.2.0...v2.2.1 v2.2.0 feat: ref adding nativeElement (#691) 80eef50 https://github.com/react-component/field-form/compare/v2.1.0...v2.2.0 v2.1.0...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.6.0. Release notes Sourced from eslint-plugin-jest's releases. v28.6.0 28.6.0 (2024-06-06) Features prefer-jest-mocked: add new rule (#1599) (4b6a4f2) valid-expect: supporting automatically fixing adding async in some...
Bumps [@rc-component/trigger](https://github.com/react-component/trigger) from 1.18.3 to 2.2.0. Release notes Sourced from @rc-component/trigger's releases. v2.2.0 enhance: Trigger use round position to fix precision (#465) e7348d9 chore(deps-dev): bump np from 9.2.0 to 10.0.5...
现在使用[email protected],Cascader组件使用popupClassName或者dropdownClassName都提示deprecated,到底用哪个 rc-cascader ` /** @deprecated Use `dropdownClassName` instead */ popupClassName?: string; dropdownClassName?: string; ` antd ` /** * @deprecated `dropdownClassName` is deprecated which will be removed in next major *...
- related to [Ant Design Team](https://github.com/ant-design)/[ant-design](https://github.com/ant-design)[#50961](https://github.com/ant-design/ant-design/issues/50961) Cascader底层组件rc-cascader的Panel模式支持传入disabled去禁用整个Panel区域 ## Summary by CodeRabbit - **新特性** - 在 `Cascader.Panel` 组件中添加了 `disabled` 属性,允许用户设置面板为非交互状态。 - 增强了 `Column` 组件的功能,支持 `panelDisabled` 属性,以更好地管理选项的禁用状态。 - **测试** - 为 `Cascader.Panel`...
多选情况下,返回的是 OptionType[][]
Parent element: Component return: return ( setInputValue(selectedOptions.map((o) => o.label).join(', ')) } > ); The tailwind grid layout does not work properly with cascader, Parent option displayed together with sub options,...
Bumps [@rc-component/trigger](https://github.com/react-component/trigger) from 1.18.3 to 2.2.3. Release notes Sourced from @rc-component/trigger's releases. v2.2.3 Revert "fix: click on shadowDOM popup should not close it (#480)" (#485) 71c6696 https://github.com/react-component/trigger/compare/v2.2.2...v2.2.3 v2.2.2 Update README.md...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.10.0. Release notes Sourced from eslint's releases. v9.10.0 Features 301b90d feat: Add types (#18854) (Nicholas C. Zakas) bcf0df5 feat: limit namespace import identifier in id-length...