[PR #123] [MERGED] ⌨️Add autocomplete widget with command line completion #2425

Closed
opened 2026-03-17 00:07:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/123
Author: @NBTX
Created: 8/31/2019
Status: Merged
Merged: 8/31/2019
Merged by: @liyasthomas

Base: masterHead: master


📝 Commits (4)

📊 Changes

5 files changed (+791 additions, -564 deletions)

View changed files

📝 assets/css/themes.scss (+5 -1)
components/autocomplete.vue (+190 -0)
📝 package-lock.json (+6 -1)
📝 package.json (+4 -5)
📝 pages/index.vue (+586 -557)

📄 Description

Test URL: https://nbtx.github.io/postwoman-vue/


postwoman-autocomplete-demo

This PR:

  • adds a custom autocomplete searchbox (see GIF).

  • automatically turns off the 'raw input' feature when a known content type is entered.

  • allows for easily defining knownContentTypes and validContentTypes (see index.vue).

  • renames www-urlencoded to its proper name application/x-www-form-urlencoded

  • Resolves #88

  • Resolves #99


🔄 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/123 **Author:** [@NBTX](https://github.com/NBTX) **Created:** 8/31/2019 **Status:** ✅ Merged **Merged:** 8/31/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`19a4156`](https://github.com/hoppscotch/hoppscotch/commit/19a4156b1c86b3aa3b30efccd04036ebacddf961) ⌨️Add autocomplete widget with command line completion - [`aa1cb31`](https://github.com/hoppscotch/hoppscotch/commit/aa1cb313b8b5837c1adcc7909d176eda88ca0b6b) Merge branch 'master' of https://github.com/liyasthomas/postwoman - [`a3acf34`](https://github.com/hoppscotch/hoppscotch/commit/a3acf34b39b1deabd1f0a36ec494eb04ba79b538) Stringify request data - fixes https://github.com/liyasthomas/postwoman/issues/124 - [`32218cf`](https://github.com/hoppscotch/hoppscotch/commit/32218cff9fc786548901e439e5932a1bf73653c0) Merge branch 'master' of https://github.com/liyasthomas/postwoman ### 📊 Changes **5 files changed** (+791 additions, -564 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/themes.scss` (+5 -1) ➕ `components/autocomplete.vue` (+190 -0) 📝 `package-lock.json` (+6 -1) 📝 `package.json` (+4 -5) 📝 `pages/index.vue` (+586 -557) </details> ### 📄 Description Test URL: https://nbtx.github.io/postwoman-vue/ --- ![postwoman-autocomplete-demo](https://user-images.githubusercontent.com/43181178/64057707-471c1100-cb98-11e9-9309-25040f23a3f5.gif) This PR: - adds a custom autocomplete searchbox (see GIF). - automatically turns off the 'raw input' feature when a known content type is entered. - allows for easily defining `knownContentTypes` and `validContentTypes` (see `index.vue`). - renames `www-urlencoded` to its proper name `application/x-www-form-urlencoded` - Resolves #88 - Resolves #99 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:07:46 +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#2425
No description provided.