From 49d60f759c3208a239c6b7447905fb890a316674 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 25 May 2019 13:45:50 +0800 Subject: [PATCH] fix: select dropdownRender not close #644 --- components/vc-select/Select.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/vc-select/Select.jsx b/components/vc-select/Select.jsx index 5494ef9a16..c886b72353 100644 --- a/components/vc-select/Select.jsx +++ b/components/vc-select/Select.jsx @@ -1462,9 +1462,7 @@ const Select = { this.$emit('focus'); }, selectionRefBlur() { - this._focused = false; - this.updateFocusClassName(); - this.$emit('blur'); + this.inputBlur(); }, },