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:
@@ -281,7 +281,7 @@
|
||||
|
||||
onEscape() {
|
||||
if( ! this.search.length ) {
|
||||
this.open = false
|
||||
this.$els.search.blur()
|
||||
} else {
|
||||
this.$set('search', '')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user