mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[GH-ISSUE #186] difference in opentui/solid and opentui/react border implementations #810
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#810
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 @rgodha24 on GitHub (Sep 28, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/186
Originally assigned to: @msmps on GitHub.
in react this renders with a border
in solid this doesn't render with a border:
you have to specify the
borderprop also for some reasonI think the react version of this makes more sense (and the react version also aligns with the logic in the Box renderable). would you accept a pr making the solid implementation match closer to the react version?
@kommander commented on GitHub (Sep 28, 2025):
@Adictya @msmps we can easily align that, right?
@Adictya commented on GitHub (Sep 28, 2025):
Makes sense, hadn't noticed