mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #395] bug: unable to input Chinese inside input #867
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#867
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?
Originally created by @nanokind on GitHub (Dec 8, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/395
It seems unable to input Chinese "你好" inside input with CJK IME.
https://github.com/user-attachments/assets/571e863c-b15d-4a67-82e2-70c4786d3407
The video is recorded with the official example "Input & Select Layout Demo".
@kommander commented on GitHub (Dec 8, 2025):
The Input renderable was a very early rushed implementation, it will be using the Textarea under the hood soon. The Textarea is used in the "Editor Demo" and should handle CJK mostly fine.
@nanokind commented on GitHub (Dec 9, 2025):
Textarea works for me. Thanks for your quick reply.