Skip to content
Snippets Groups Projects
Commit e37b1166 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: unfocus input when closing ComboBox

parent 39d7bb8b
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,7 @@ function close() {
isOpen.value = false
query.value = ''
activeIndex.value = 0
inputEl.value?.blur()
emit('close')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment