diff --git a/client/components/ui/MultiSelect.vue b/client/components/ui/MultiSelect.vue index 2009b28d..3644f4ab 100644 --- a/client/components/ui/MultiSelect.vue +++ b/client/components/ui/MultiSelect.vue @@ -11,7 +11,7 @@ {{ item }} - + @@ -110,15 +110,6 @@ export default { this.typingTimeout = setTimeout(() => { this.currentSearch = this.textInput }, 100) - this.setInputWidth() - }, - setInputWidth() { - setTimeout(() => { - var value = this.$refs.input.value - var len = value.length * 7 + 24 - this.$refs.input.style.width = len + 'px' - this.recalcMenuPos() - }, 50) }, recalcMenuPos() { if (!this.menu || !this.$refs.inputWrapper) return diff --git a/client/components/ui/MultiSelectQueryInput.vue b/client/components/ui/MultiSelectQueryInput.vue index c86d3228..54de7584 100644 --- a/client/components/ui/MultiSelectQueryInput.vue +++ b/client/components/ui/MultiSelectQueryInput.vue @@ -14,7 +14,7 @@