mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[GH-ISSUE #726] Input value doesn't change (react) #196
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#196
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 @loeclos on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/726
Originally assigned to: @msmps on GitHub.
I implement the input component like:
but when I try to clear the value with:
the input doesn't update.
@loeclos commented on GitHub (Feb 22, 2026):
Workaround would be accessing the input through a ref:
and to set the value: