diff --git a/components/auto-complete/demo/certain-category.vue b/components/auto-complete/demo/certain-category.vue
index 665cf57f7..8ad061445 100644
--- a/components/auto-complete/demo/certain-category.vue
+++ b/components/auto-complete/demo/certain-category.vue
@@ -21,11 +21,8 @@ Lookup-Patterns - Certain Category.
v-model:value="value"
class="certain-category-search"
dropdown-class-name="certain-category-search-dropdown"
- :dropdown-match-select-width="false"
- :dropdown-style="{ width: '300px' }"
- size="large"
- style="width: 100%"
- option-label-prop="value"
+ :dropdown-match-select-width="500"
+ style="width: 250px"
:options="dataSource"
>
@@ -52,30 +49,33 @@ Lookup-Patterns - Certain Category.
- {{ item.title }}
- {{ item.count }} people
+
+ {{ item.value }}
+
+
+ {{ item.count }}
+
+
-
-
-
+
-
-
diff --git a/components/auto-complete/index.en-US.md b/components/auto-complete/index.en-US.md
index f3dc388e9..dd29793c0 100644
--- a/components/auto-complete/index.en-US.md
+++ b/components/auto-complete/index.en-US.md
@@ -26,10 +26,10 @@ The differences with Select are:
| Property | Description | Type | Default | Version |
| --- | --- | --- | --- | --- |
-| #default (for customize input element) | customize input element | HTMLInputElement / HTMLTextAreaElement | `
` | |
| allowClear | Show clear button, effective in multiple mode only. | boolean | false | |
| autofocus | get focus when component mounted | boolean | false | |
| backfill | backfill selected item the input when using keyboard | boolean | false | |
+| default (for customize input element) | customize input element | slot | `
` | |
| defaultActiveFirstOption | Whether active first option by default | boolean | true | |
| defaultOpen | Initial open state of dropdown | boolean | - | |
| disabled | Whether disabled select | boolean | false | |
diff --git a/components/auto-complete/index.zh-CN.md b/components/auto-complete/index.zh-CN.md
index a9a18e6aa..a9a6eea38 100644
--- a/components/auto-complete/index.zh-CN.md
+++ b/components/auto-complete/index.zh-CN.md
@@ -27,10 +27,10 @@ cover: https://gw.alipayobjects.com/zos/alicdn/qtJm4yt45/AutoComplete.svg
| 参数 | 说明 | 类型 | 默认值 | 版本 |
| --- | --- | --- | --- | --- |
-| #default (自定义输入框) | 自定义输入框 | HTMLInputElement / HTMLTextAreaElement | `
` | |
| allowClear | 支持清除, 单选模式有效 | boolean | false | |
| autofocus | 自动获取焦点 | boolean | false | |
| backfill | 使用键盘选择选项的时候把选中项回填到输入框中 | boolean | false | |
+| default (自定义输入框) | 自定义输入框 | slot | `
` | |
| defaultActiveFirstOption | 是否默认高亮第一个选项。 | boolean | true | |
| defaultOpen | 是否默认展开下拉菜单 | boolean | - | |
| disabled | 是否禁用 | boolean | false | |