mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
merge upstream
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-select",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.5",
|
||||
"description": "A Vue.js project",
|
||||
"author": "Jeff Sagal <sagalbot@gmail.com>",
|
||||
"private": true,
|
||||
@@ -24,10 +24,10 @@
|
||||
"url": "https://github.com/sagalbot/vue-select.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^1.0.16",
|
||||
"vuex": "^0.6.2"
|
||||
"vue": "^1.0.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vuex": "^0.6.2",
|
||||
"babel-core": "^6.0.0",
|
||||
"babel-plugin-transform-runtime": "^6.0.0",
|
||||
"babel-preset-es2015": "^6.0.0",
|
||||
|
||||
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user