diff --git a/src/components/Select.vue b/src/components/Select.vue index 70ef10d..8e304a1 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -1041,6 +1041,9 @@ export default { if (this.clearSearchOnSelect) { this.search = '' } + if (this.noDrop && this.multiple) { + this.$nextTick(() => this.$refs.search.focus()) + } }, /**