We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723785e commit 74038a0Copy full SHA for 74038a0
components/select/demo/search.vue
@@ -23,6 +23,7 @@ Search the options while expanded.
23
placeholder="Select a person"
24
style="width: 200px"
25
:options="options"
26
+ :filter-option="filterOption"
27
@focus="handleFocus"
28
@blur="handleBlur"
29
@change="handleChange"
0 commit comments