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');
|
this.$broadcast('on-update-popper');
|
||||||
} else {
|
} else {
|
||||||
|
if (this.filterable) {
|
||||||
|
this.$els.input.blur();
|
||||||
|
}
|
||||||
|
this.$broadcast('on-destroy-popper');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
query (val) {
|
query (val) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iview",
|
"name": "iview",
|
||||||
"version": "0.9.4rc-2",
|
"version": "0.9.4rc-3",
|
||||||
"title": "iView",
|
"title": "iView",
|
||||||
"description": "A high quality UI components Library with Vue.js",
|
"description": "A high quality UI components Library with Vue.js",
|
||||||
"homepage": "http://www.iviewui.com",
|
"homepage": "http://www.iviewui.com",
|
||||||
|
|
Loading…
Add table
Reference in a new issue