mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #349] React: input onChange doesnt get called #857
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#857
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 @vdawg-git on GitHub (Nov 26, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/349
Originally assigned to: @msmps on GitHub.
See title. Just wanted to report that.
@msmps commented on GitHub (Nov 29, 2025):
onChangeis fired when the input is focused, the current value is different to the previously committed internal value, and the return key is hit...onInputis fired when you type into the input field...