[PR #111] [MERGED] Auto resize textareas #2419

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/111
Author: @izerozlu
Created: 8/30/2019
Status: Merged
Merged: 8/30/2019
Merged by: @liyasthomas

Base: masterHead: auto-resize-textareas


📝 Commits (2)

  • 9e26882 Merge remote-tracking branch 'upstream/master' into auto-resize-textareas
  • 3b285f0 textareaAutoResize directive added and applied to textareas.

📊 Changes

2 files changed (+16 additions, -4 deletions)

View changed files

directives/textareaAutoHeight.js (+8 -0)
📝 pages/index.vue (+8 -4)

📄 Description

Auto resizing for textareas (auto resized the min-height, not the user specified height) added via textareaAutoResizer directive. (ref #102)

Didn't use an external library for this process. It seemed like a simple directive would suffice.


🔄 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/111 **Author:** [@izerozlu](https://github.com/izerozlu) **Created:** 8/30/2019 **Status:** ✅ Merged **Merged:** 8/30/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `auto-resize-textareas` --- ### 📝 Commits (2) - [`9e26882`](https://github.com/hoppscotch/hoppscotch/commit/9e26882b5f6df35ef3558756ab027e3f1c1f35f8) Merge remote-tracking branch 'upstream/master' into auto-resize-textareas - [`3b285f0`](https://github.com/hoppscotch/hoppscotch/commit/3b285f088f28525baa41110aaab0fdf3c03d2870) textareaAutoResize directive added and applied to textareas. ### 📊 Changes **2 files changed** (+16 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `directives/textareaAutoHeight.js` (+8 -0) 📝 `pages/index.vue` (+8 -4) </details> ### 📄 Description Auto resizing for textareas (auto resized the `min-height`, not the user specified height) added via `textareaAutoResizer` directive. (ref #102) Didn't use an external library for this process. It seemed like a simple directive would suffice. --- <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:28 +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#2419
No description provided.