Skip to content

Commit

Permalink
docs: update docs (ant-design#46266)
Browse files Browse the repository at this point in the history
ref ant-design#32618

Signed-off-by: OctKun <[email protected]>
  • Loading branch information
ChenKun1997 authored Dec 5, 2023
1 parent 2565d58 commit c156d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/auto-complete/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit c156d71

Please sign in to comment.