You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| autoClearSearchValue | Whether the current search will be cleared on selecting an item. Only applies when `mode` is set to `multiple` or `tags`. | boolean | true ||
29
-
| autofocus | Get focus by default | boolean | false ||
| dropdownStyle | style of dropdown menu | object | - ||
37
-
| dropdownMenuStyle | additional style applied to dropdown menu | object | - ||
38
-
| filterOption | If true, filter options by input, if function, filter options against it. The function will receive two arguments, `inputValue` and `option`, if the function returns `true`, the option will be included in the filtered set; Otherwise, it will be excluded. | boolean or function(inputValue, option) | true ||
39
-
| firstActiveValue | Value of action option by default | string\|string\[]| - ||
40
-
| getPopupContainer | Parent Node which the selector should be rendered to. Default to `body`. When position issues happen, try to modify it into scrollable content and position it relative. | function(triggerNode) | () => document.body ||
41
-
| labelInValue | whether to embed label in value, turn the format of value from `string` to `{key: string, label: vNodes}`| boolean | false ||
42
-
| maxTagCount | Max tag count to show | number | - ||
43
-
| maxTagPlaceholder | Placeholder for not showing tags | slot/function(omittedValues) | - ||
44
-
| maxTagTextLength | Max text length to show | number | - ||
45
-
| mode | Set mode of Select | 'multiple' \| 'tags' | - ||
46
-
| notFoundContent | Specify content to show when no result matches.. | string\|slot | 'Not Found' ||
47
-
| optionFilterProp | Which prop value of option will be used for filter if filterOption is true | string | value ||
48
-
| optionLabelProp | Which prop value of option will render as content of select. | string |`value` for `combobox`, `children` for other modes ||
| tokenSeparators | Separator used to tokenize on tag/multiple mode | string\[]|||
58
-
| value(v-model) | Current selected option. | string\|number\|string\[]\|number\[]| - ||
59
-
| options | Data of the selectOption, manual construction work is no longer needed if this property has been set | array<{value, label, [disabled, key, title]}> |\[]||
| autoClearSearchValue | Whether the current search will be cleared on selecting an item. Only applies when `mode` is set to `multiple` or `tags`. | boolean | true ||
29
+
| autofocus | Get focus by default | boolean | false ||
| dropdownStyle | style of dropdown menu | object | - ||
37
+
| dropdownMenuStyle | additional style applied to dropdown menu | object | - ||
38
+
| filterOption | If true, filter options by input, if function, filter options against it. The function will receive two arguments, `inputValue` and `option`, if the function returns `true`, the option will be included in the filtered set; Otherwise, it will be excluded. | boolean or function(inputValue, option) | true ||
39
+
| firstActiveValue | Value of action option by default | string\|string\[]| - ||
40
+
| getPopupContainer | Parent Node which the selector should be rendered to. Default to `body`. When position issues happen, try to modify it into scrollable content and position it relative. | function(triggerNode) | () => document.body ||
41
+
| labelInValue | whether to embed label in value, turn the format of value from `string` to `{key: string, label: vNodes}`| boolean | false ||
42
+
| maxTagCount | Max tag count to show | number | - ||
43
+
| maxTagPlaceholder | Placeholder for not showing tags | slot/function(omittedValues) | - ||
44
+
| maxTagTextLength | Max text length to show | number | - ||
45
+
| mode | Set mode of Select | 'multiple' \| 'tags' | - ||
46
+
| notFoundContent | Specify content to show when no result matches.. | string\|slot | 'Not Found' ||
47
+
| optionFilterProp | Which prop value of option will be used for filter if filterOption is true | string | value ||
48
+
| optionLabelProp | Which prop value of option will render as content of select. | string |`value` for `combobox`, `children` for other modes ||
| tokenSeparators | Separator used to tokenize on tag/multiple mode | string\[]|||
58
+
| value(v-model) | Current selected option. | string\|number\|string\[]\|number\[]| - ||
59
+
| options | Data of the selectOption, manual construction work is no longer needed if this property has been set | array<{value, label, [disabled, key, title]}> |\[]||
0 commit comments