mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[GH-ISSUE #397] Accessibility Keyboard word suggestions not working on text inputs (macOS) #868
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#868
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 @tensei on GitHub (Dec 9, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/397
I don’t know if this is the right place to create this issue or if it would be better in the Opencode repo.Normally when writing with the accessibility keyboard, I get word suggestions, but when writing in Opencode, they don’t show up.
This is how it should show word suggestions.
@kommander commented on GitHub (Dec 10, 2025):
That is bad for accessibility, I agree. I didn't realize that is the case. Does it work for other apps or normal terminal/cli input? I need to read up on how these accessibility tools work to get a better understanding. I definitely want to support that.
@tensei commented on GitHub (Dec 10, 2025):
I just tested it in the default Terminal app on macOS, and it works there, so I guess this is a Warp issue. Sorry I wasted your time.