mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-04-21 11:27:27 +08:00
Clear dropdown search after selection
This commit is contained in:
@@ -107,6 +107,7 @@ export default {
|
|||||||
emit('update:modelValue', id)
|
emit('update:modelValue', id)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
|
search.value = ''
|
||||||
}
|
}
|
||||||
|
|
||||||
const filteredOptions = computed(() => {
|
const filteredOptions = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user