Skip to content

Commit 45c7109

Browse files
authored
docs: correct possible size size in component Select (#7991)
1 parent b58d0fb commit 45c7109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/select/index.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Select component to select value from options.
6363
| searchValue | The current input "search" text | string | - | |
6464
| showArrow | Whether to show the drop-down arrow | boolean | single:true, multiple:false | |
6565
| showSearch | Whether select is searchable | boolean | single:false, multiple:true | |
66-
| size | Size of Select input. `default` `large` `small` | string | default | |
66+
| size | Size of Select input. `middle` `large` `small` | string | middle | |
6767
| status | Set validation status | 'error' \| 'warning' | - | 3.3.0 |
6868
| suffixIcon | The custom suffix icon | VNode \| slot | - | |
6969
| tagRender | Customize tag render, only applies when `mode` is set to `multiple` or `tags` | slot \| (props) => any | - | |

components/select/index.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*5oPiTqPxGAUAAA
6363
| searchValue | 控制搜索文本 | string | - | |
6464
| showArrow | 是否显示下拉小箭头 | boolean | 单选为 true,多选为 false | |
6565
| showSearch | 配置是否可搜索 | boolean | 单选为 false,多选为 true | |
66-
| size | 选择框大小,可选 `large` `small` | string | default | |
66+
| size | 选择框大小,可选 `middle` `large` `small` | string | middle | |
6767
| status | 设置校验状态 | 'error' \| 'warning' | - | 3.3.0 |
6868
| suffixIcon | 自定义的选择框后缀图标 | VNode \| slot | - | |
6969
| tagRender | 自定义 tag 内容 render,仅在 `mode``multiple``tags` 时生效 | slot \| (props) => any | - | 3.0 |

0 commit comments

Comments
 (0)