update Select component

update Select component
This commit is contained in:
梁灏 2016-10-24 18:07:24 +08:00
parent 294e2412e9
commit b7cf983e43
2 changed files with 5 additions and 2 deletions

View file

@ -455,7 +455,10 @@
}
this.$broadcast('on-update-popper');
} else {
if (this.filterable) {
this.$els.input.blur();
}
this.$broadcast('on-destroy-popper');
}
},
query (val) {

View file

@ -1,6 +1,6 @@
{
"name": "iview",
"version": "0.9.4rc-2",
"version": "0.9.4rc-3",
"title": "iView",
"description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com",