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
| dropdownStyle | style of dropdown menu | object | - |
23
24
| 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 |
24
25
| firstActiveValue | Value of action option by default | string\|string\[]| - |
@@ -34,12 +35,16 @@
34
35
| showSearch | Whether show search input in single mode. | boolean | false |
35
36
| showArrow | Whether to show the drop-down arrow | boolean | true |
| tokenSeparators | Separator used to tokenize on tag/multiple mode | string\[]||
39
43
| value(v-model) | Current selected option. | string\|number\|string\[]\|number\[]| - |
40
44
| options | Data of the selectOption, manual construction work is no longer needed if this property has been set | array<{value, label, [disabled, key, title]}> |\[]|
41
45
| defaultOpen | Initial open state of dropdown | boolean | - |
42
46
| open | Controlled open state of dropdown | boolean | - |
0 commit comments