From c156d715bf837f4a4a464cd7ad69c37a24afe3cb Mon Sep 17 00:00:00 2001 From: OctKun Date: Tue, 5 Dec 2023 22:30:17 +0800 Subject: [PATCH] docs: update docs (#46266) ref https://github.com/ant-design/ant-design/issues/32618 Signed-off-by: OctKun --- components/auto-complete/index.zh-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/auto-complete/index.zh-CN.md b/components/auto-complete/index.zh-CN.md index edd2df6dd9e4..5d76cadfe3ff 100644 --- a/components/auto-complete/index.zh-CN.md +++ b/components/auto-complete/index.zh-CN.md @@ -54,6 +54,7 @@ demo: | defaultOpen | 是否默认展开下拉菜单 | boolean | - | | | defaultValue | 指定默认选中的条目 | string | - | | | disabled | 是否禁用 | boolean | false | | +| dropdownRender | 自定义下拉框内容 | (menus: ReactNode) => ReactNode | - | 4.24.0 | | popupClassName | 下拉菜单的 className 属性 | string | - | 4.23.0 | | dropdownMatchSelectWidth | 下拉菜单和选择器同宽。默认将设置 `min-width`,当值小于选择框宽度时会被忽略。false 时会关闭虚拟滚动 | boolean \| number | true | | | filterOption | 是否根据输入项进行筛选。当其为一个函数时,会接收 `inputValue` `option` 两个参数,当 `option` 符合筛选条件时,应返回 true,反之则返回 false | boolean \| function(inputValue, option) | true | |