Skip to content

Commit 82eca7e

Browse files
authored
fix(VAutocomplete): close mobile keyboard on blur (#12921)
fixes #12912
1 parent 5fca6ef commit 82eca7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export default VSelect.extend({
170170
this.$refs.input && this.$refs.input.select()
171171
} else {
172172
document.removeEventListener('copy', this.onCopy)
173+
this.$refs.input && this.$refs.input.blur()
173174
this.updateSelf()
174175
}
175176
},

0 commit comments

Comments
 (0)