diff --git a/packages/hoppscotch-app/components/smart/EnvInput.vue b/packages/hoppscotch-app/components/smart/EnvInput.vue index cfbf6febc..f392bfc32 100644 --- a/packages/hoppscotch-app/components/smart/EnvInput.vue +++ b/packages/hoppscotch-app/components/smart/EnvInput.vue @@ -11,6 +11,7 @@ class="env-input" :class="styles" contenteditable="true" + spellcheck="false" @keydown.enter.prevent="$emit('enter', $event)" @keyup="$emit('keyup', $event)" @click="$emit('click', $event)"