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

Blur on select if not multiple

This commit is contained in:
Martin
2016-04-05 15:56:03 +02:00
parent eb865281d5
commit c9fa94530e
+1
View File
@@ -314,6 +314,7 @@
onAfterSelect(option) {
if (!this.multiple) {
this.open = !this.open
this.$els.search.blur()
}
if( this.clearSearchOnSelect ) {