Clear dropdown search after selection

This commit is contained in:
Tim
2025-07-10 11:18:19 +08:00
parent 78b088fcea
commit 10b094c442

View File

@@ -107,6 +107,7 @@ export default {
emit('update:modelValue', id)
close()
}
search.value = ''
}
const filteredOptions = computed(() => {