2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-13 08:32:26 +03:00

onEscape blur() not close

This commit is contained in:
Jeff Sagal
2016-03-11 17:26:50 -08:00
parent 3b60efa9b7
commit 069fc990e2
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -281,7 +281,7 @@
onEscape() {
if( ! this.search.length ) {
this.open = false
this.$els.search.blur()
} else {
this.$set('search', '')
}