mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #451] Input height default 0 #117
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#117
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 @pablorich on GitHub (Dec 28, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/451
I noticed that the input element has a default height of 0 which causes some weird issues when you arent aware of it
Code Snippet
Is this intentional?
@kommander commented on GitHub (Jan 26, 2026):
Did this improve with the recent switch to use
Textareaas underlying implementation forInput?