[PR #3285] [MERGED] fix: autocomplete bug #4322

Closed
opened 2026-03-17 01:52:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3285
Author: @nivedin
Created: 8/24/2023
Status: Merged
Merged: 8/24/2023
Merged by: @AndrewBastin

Base: release/2023.8.0Head: fix/autocomplete-bug


📝 Commits (2)

  • 32f49d6 chore: remove autocomplete empty state
  • 8bb1cbc fix: show suggestions only if not empty

📊 Changes

3 files changed (+5 additions, -24 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+0 -2)
📝 packages/hoppscotch-common/src/components/http/Request.vue (+1 -7)
📝 packages/hoppscotch-common/src/components/smart/EnvInput.vue (+4 -15)

📄 Description

Closes HFE-188

Description

This PR removes the empty state in autocomplete input when there are no matching entries.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3285 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 8/24/2023 **Status:** ✅ Merged **Merged:** 8/24/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.8.0` ← **Head:** `fix/autocomplete-bug` --- ### 📝 Commits (2) - [`32f49d6`](https://github.com/hoppscotch/hoppscotch/commit/32f49d6975848f492760da0c799b59659f2e9f28) chore: remove autocomplete empty state - [`8bb1cbc`](https://github.com/hoppscotch/hoppscotch/commit/8bb1cbcad867f3eae723b593745f80228c088a24) fix: show suggestions only if not empty ### 📊 Changes **3 files changed** (+5 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+0 -2) 📝 `packages/hoppscotch-common/src/components/http/Request.vue` (+1 -7) 📝 `packages/hoppscotch-common/src/components/smart/EnvInput.vue` (+4 -15) </details> ### 📄 Description Closes HFE-188 ### Description This PR removes the empty state in autocomplete input when there are no matching entries. ### Checks - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:52:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4322
No description provided.