Skip to content

Commit 651985c

Browse files
committed
clear search on single option select fix #99
1 parent 59cb238 commit 651985c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/composables/useOptions.js

+1
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ export default function useOptions (props, context, dep)
244244

245245
blur()
246246
select(option)
247+
clearSearch()
247248
break
248249

249250
case 'multiple':

0 commit comments

Comments
 (0)