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

merge upstream

This commit is contained in:
nanotronic
2016-04-11 18:42:26 +02:00
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -44,7 +44,7 @@
.dropdown-menu {
margin: 0;
width: 100%;
overflow-y: scroll;
overflow-y: auto;
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
@@ -343,6 +343,7 @@
onAfterSelect(option) {
if (!this.multiple) {
this.open = !this.open
this.$els.search.blur()
}
if( this.clearSearchOnSelect ) {