File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ Select component to select value from options.
59
59
| placeholder | Placeholder of select | string\| slot | - | |
60
60
| removeIcon | The custom remove icon | VNode \| slot | - | |
61
61
| 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 | |
64
64
| size | Size of Select input. ` default ` ` large ` ` small ` | string | default | |
65
65
| suffixIcon | The custom suffix icon | VNode \| slot | - | |
66
66
| tagRender | Customize tag render, only applies when ` mode ` is set to ` multiple ` or ` tags ` | slot \| (props) => any | - | |
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ cover: https://gw.alipayobjects.com/zos/alicdn/_0XzgOis7/Select.svg
59
59
| placeholder | 选择框默认文字 | string\| slot | - | |
60
60
| removeIcon | 自定义的多选框清除图标 | VNode \| slot | - | |
61
61
| searchValue | 控制搜索文本 | string | - | |
62
- | showArrow | 是否显示下拉小箭头 | boolean | true | |
63
- | showSearch | 使单选模式可搜索 | boolean | false | |
62
+ | showArrow | 是否显示下拉小箭头 | boolean | 单选为true,多选为false | |
63
+ | showSearch | 配置是否可搜索 | boolean | 单选为false,多选为true | |
64
64
| size | 选择框大小,可选 ` large ` ` small ` | string | default | |
65
65
| suffixIcon | 自定义的选择框后缀图标 | VNode \| slot | - | |
66
66
| tagRender | 自定义 tag 内容 render,仅在 ` mode ` 为 ` multiple ` 或 ` tags ` 时生效 | slot \| (props) => any | - | 3.0 |
You can’t perform that action at this time.
0 commit comments