mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00

* feat(auto-complete): popup supports Semantic DOM and retire some api * refactor(auto-complete, select): deprecate `onDropdownVisibleChange` in favor of `onOpenChange` and update related tests * refactor: adjust semantic demo logic * docs: update api description * docs: update doc * docs: add space * docs: update * chore: update semantic demo logic * feat: add CP support * feat: add CP support for tree-select and update doc * docs: update Select and TreeSelect common props in configuration documentation * Update components/config-provider/index.zh-CN.md Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: Jony J <1844749591@qq.com> * feat: add root support * docs: update doc * chore: bump cascader version --------- Signed-off-by: Jony J <1844749591@qq.com> Co-authored-by: thinkasany <480968828@qq.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
562 B
562 B
group | order | title | ||
---|---|---|---|---|
|
6 | 通用属性 |
Tips: 以下通用属性适用于 antd 大部分组件,不支持的组件会单独说明。
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
style | 自定义样式 | CSSProperties | - |
className | 自定义类名 | string | - |
rootClassName | 添加在组件最外层的 className | string | - |