Skip to content

Commit 74038a0

Browse files
authored
doc: Update search.vue (#4872)
add missing props
1 parent 723785e commit 74038a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/select/demo/search.vue

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Search the options while expanded.
2323
placeholder="Select a person"
2424
style="width: 200px"
2525
:options="options"
26+
:filter-option="filterOption"
2627
@focus="handleFocus"
2728
@blur="handleBlur"
2829
@change="handleChange"

0 commit comments

Comments
 (0)