File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Select component to select value from options.
47
47
| optionFilterProp | Which prop value of option will be used for filter if filterOption is true | string | value | |
48
48
| optionLabelProp | Which prop value of option will render as content of select. | string | ` children ` \| ` label ` (when use options) | |
49
49
| placeholder | Placeholder of select | string\| slot | - | |
50
+ | searchValue | The current input "search" text | string | - | |
50
51
| showSearch | Whether show search input in single mode. | boolean | false | |
51
52
| showArrow | Whether to show the drop-down arrow | boolean | true | |
52
53
| size | Size of Select input. ` default ` ` large ` ` small ` | string | default | |
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/_0XzgOis7/Select.svg
48
48
| optionFilterProp | 搜索时过滤对应的 option 属性,不支持 children | string | value | |
49
49
| optionLabelProp | 回填到选择框的 Option 的属性值,默认是 Option 的子元素。比如在子元素需要高亮效果时,此值可以设为 ` value ` 。 | string | ` children ` \| ` label ` (设置 options 时) | |
50
50
| placeholder | 选择框默认文字 | string\| slot | - | |
51
+ | searchValue | 控制搜索文本 | string | - | |
51
52
| showSearch | 使单选模式可搜索 | boolean | false | |
52
53
| showArrow | 是否显示下拉小箭头 | boolean | true | |
53
54
| size | 选择框大小,可选 ` large ` ` small ` | string | default | |
You can’t perform that action at this time.
0 commit comments