From a9a4ebf59504e8c8eb10609ae11a4796a7df9406 Mon Sep 17 00:00:00 2001 From: Nivedin <53208152+nivedin@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:46:58 +0530 Subject: [PATCH] fix: autocomplete bug (#3285) Co-authored-by: Liyas Thomas --- packages/hoppscotch-common/locales/en.json | 2 -- .../src/components/http/Request.vue | 8 +------- .../src/components/smart/EnvInput.vue | 19 ++++--------------- 3 files changed, 5 insertions(+), 24 deletions(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 15494f09f..34ed67138 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -185,7 +185,6 @@ "folder": "Folder is empty", "headers": "This request does not have any headers", "history": "History is empty", - "history_suggestions": "History does not have any matching entries", "invites": "Invite list is empty", "members": "Team is empty", "parameters": "This request does not have any parameters", @@ -195,7 +194,6 @@ "schema": "Connect to a GraphQL endpoint to view schema", "shortcodes": "Shortcodes are empty", "subscription": "Subscriptions are empty", - "suggestions": "No matching suggestions found", "team_name": "Team name empty", "teams": "You don't belong to any teams", "tests": "There are no tests for this request" diff --git a/packages/hoppscotch-common/src/components/http/Request.vue b/packages/hoppscotch-common/src/components/http/Request.vue index 39f99e373..beb390f7b 100644 --- a/packages/hoppscotch-common/src/components/http/Request.vue +++ b/packages/hoppscotch-common/src/components/http/Request.vue @@ -56,13 +56,7 @@ :inspection-results="tabResults" @paste="onPasteUrl($event)" @enter="newSendRequest" - > - - + />
diff --git a/packages/hoppscotch-common/src/components/smart/EnvInput.vue b/packages/hoppscotch-common/src/components/smart/EnvInput.vue index 09295173c..41efe2e42 100644 --- a/packages/hoppscotch-common/src/components/smart/EnvInput.vue +++ b/packages/hoppscotch-common/src/components/smart/EnvInput.vue @@ -18,7 +18,9 @@ />