[PR #3054] [MERGED] fix: don't cut off the part that's already been typed #4202

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3054
Author: @liyasthomas
Created: 5/14/2023
Status: Merged
Merged: 5/23/2023
Merged by: @AndrewBastin

Base: release/2023.4.4Head: improve/auto-complete


📝 Commits (1)

  • bc55c59 fix: don't cut off the part that's already typed

📊 Changes

1 file changed (+53 additions, -44 deletions)

View changed files

📝 packages/hoppscotch-ui/src/components/smart/AutoComplete.vue (+53 -44)

📄 Description

HFE-47

Description

The auto-complete component used to cut off the part that's already been typed. This PR fixes that UX and keeps the characters that are already typed.

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/3054 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 5/14/2023 **Status:** ✅ Merged **Merged:** 5/23/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.4.4` ← **Head:** `improve/auto-complete` --- ### 📝 Commits (1) - [`bc55c59`](https://github.com/hoppscotch/hoppscotch/commit/bc55c5937fe294b69c7eee4f233bbebf15263c00) fix: don't cut off the part that's already typed ### 📊 Changes **1 file changed** (+53 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-ui/src/components/smart/AutoComplete.vue` (+53 -44) </details> ### 📄 Description HFE-47 ### Description The auto-complete component used to cut off the part that's already been typed. This PR fixes that UX and keeps the characters that are already typed. ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [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:45:38 +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#4202
No description provided.