diff --git a/components/select/select.vue b/components/select/select.vue index bb5595ab6..ecae95a53 100644 --- a/components/select/select.vue +++ b/components/select/select.vue @@ -10,8 +10,8 @@ ref="reference" :class="selectorClass" tabindex="0" - @focus="handleFocus" - @blur="handleBlur" + @focus="!props.filter && handleFocus($event)" + @blur="!props.filter && handleBlur($event)" >