diff --git a/src/components/Select.vue b/src/components/Select.vue index a825ac2..a80efdd 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -619,7 +619,7 @@ const toggleTargets = [ this.$el, this.searchEl, - this.$refs.toggle.$el, + this.$refs.toggle, ]; if (typeof this.$refs.openIndicator !== 'undefined') {