Skip to content

Commit 5b3ade8

Browse files
authored
docs(select): docs update (vueComponent#6118)
1 parent 0fd3d30 commit 5b3ade8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/select/index.en-US.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Select component to select value from options.
5959
| placeholder | Placeholder of select | string\|slot | - | |
6060
| removeIcon | The custom remove icon | VNode \| slot | - | |
6161
| searchValue | The current input "search" text | string | - | |
62-
| showArrow | Whether to show the drop-down arrow | boolean | true | |
63-
| showSearch | Whether show search input in single mode. | boolean | false | |
62+
| showArrow | Whether to show the drop-down arrow | boolean | single:true, multiple:false | |
63+
| showSearch | Whether select is searchable | boolean | single:false, multiple:true | |
6464
| size | Size of Select input. `default` `large` `small` | string | default | |
6565
| suffixIcon | The custom suffix icon | VNode \| slot | - | |
6666
| tagRender | Customize tag render, only applies when `mode` is set to `multiple` or `tags` | slot \| (props) => any | - | |

components/select/index.zh-CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ cover: https://gw.alipayobjects.com/zos/alicdn/_0XzgOis7/Select.svg
5959
| placeholder | 选择框默认文字 | string\|slot | - | |
6060
| removeIcon | 自定义的多选框清除图标 | VNode \| slot | - | |
6161
| searchValue | 控制搜索文本 | string | - | |
62-
| showArrow | 是否显示下拉小箭头 | boolean | true | |
63-
| showSearch | 使单选模式可搜索 | boolean | false | |
62+
| showArrow | 是否显示下拉小箭头 | boolean | 单选为true,多选为false | |
63+
| showSearch | 配置是否可搜索 | boolean | 单选为false,多选为true | |
6464
| size | 选择框大小,可选 `large` `small` | string | default | |
6565
| suffixIcon | 自定义的选择框后缀图标 | VNode \| slot | - | |
6666
| tagRender | 自定义 tag 内容 render,仅在 `mode``multiple``tags` 时生效 | slot \| (props) => any | - | 3.0 |

0 commit comments

Comments
 (0)