mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #337] [CLOSED] fix: Input inserting KeyEvent with modifiers as text #1244
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1244
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/337
Author: @veracioux
Created: 11/22/2025
Status: ❌ Closed
Base:
main← Head:fix/input-with-modifiers📝 Commits (4)
bd560bdfix: Input inserting KeyEvent with modifiers as text8232a7cMerge branch 'main' into fix/input-with-modifiers132eaa5Added Input features + tests to Textarea9591718Fix Textarea modifier keys + tests📊 Changes
4 files changed (+814 additions, -2 deletions)
View changed files
📝
packages/core/src/renderables/Input.test.ts(+28 -0)📝
packages/core/src/renderables/Input.ts(+3 -1)📝
packages/core/src/renderables/Textarea.ts(+75 -1)➕
packages/core/src/renderables/__tests__/Textarea.input-like.test.ts(+708 -0)📄 Description
This is both an issue report and a fix for the same.
https://github.com/user-attachments/assets/fb472a65-00e8-4bc9-8b68-0f139f2c8d33
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.