Fix glitchy dropdowns on Safari [SCI-8946]

This commit is contained in:
Martin Artnik 2023-08-10 11:46:31 +02:00
parent 5157f86b56
commit 4d4eebd78e

View file

@ -105,6 +105,7 @@
} }
}, },
setValue(value) { setValue(value) {
this.focusElement.blur();
this.$emit('change', value); this.$emit('change', value);
}, },
updateOptionPosition() { updateOptionPosition() {