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

fix(ComboBox): reset query on valid selection

parent 334e20d7
No related branches found
No related tags found
No related merge requests found
......@@ -279,6 +279,8 @@ function selectChoice(choice: T | null) {
if (props.closeOnSelect) {
nextTick(close)
} else if (choice !== null) {
query.value = ''
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment