diff --git a/components/vc-select/Select.jsx b/components/vc-select/Select.jsx index 5494ef9a1..c886b7235 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(); }, },