update Select component
update Select component
This commit is contained in:
parent
294e2412e9
commit
b7cf983e43
2 changed files with 5 additions and 2 deletions
|
@ -455,7 +455,10 @@
|
|||
}
|
||||
this.$broadcast('on-update-popper');
|
||||
} else {
|
||||
|
||||
if (this.filterable) {
|
||||
this.$els.input.blur();
|
||||
}
|
||||
this.$broadcast('on-destroy-popper');
|
||||
}
|
||||
},
|
||||
query (val) {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue