Skip to content

Commit

Permalink
fix: select dropdownRender not close #644
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed May 25, 2019
1 parent 00656b5 commit 49d60f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/vc-select/Select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1462,9 +1462,7 @@ const Select = {
this.$emit('focus');
},
selectionRefBlur() {
this._focused = false;
this.updateFocusClassName();
this.$emit('blur');
this.inputBlur();
},
},

Expand Down

0 comments on commit 49d60f7

Please sign in to comment.