Commit b7cf983e43f1b26424206c1efefab43e8a00eea3
1 parent
294e2412
update Select component
update Select component
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
components/select/select.vue
@@ -455,7 +455,10 @@ | @@ -455,7 +455,10 @@ | ||
455 | } | 455 | } |
456 | this.$broadcast('on-update-popper'); | 456 | this.$broadcast('on-update-popper'); |
457 | } else { | 457 | } else { |
458 | - | 458 | + if (this.filterable) { |
459 | + this.$els.input.blur(); | ||
460 | + } | ||
461 | + this.$broadcast('on-destroy-popper'); | ||
459 | } | 462 | } |
460 | }, | 463 | }, |
461 | query (val) { | 464 | query (val) { |
package.json
1 | { | 1 | { |
2 | "name": "iview", | 2 | "name": "iview", |
3 | - "version": "0.9.4rc-2", | 3 | + "version": "0.9.4rc-3", |
4 | "title": "iView", | 4 | "title": "iView", |
5 | "description": "A high quality UI components Library with Vue.js", | 5 | "description": "A high quality UI components Library with Vue.js", |
6 | "homepage": "http://www.iviewui.com", | 6 | "homepage": "http://www.iviewui.com", |