You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you use WithLayout of LayoutColumns 2 columns, for example, with 3 groups. It will render the first 2 groups, but then when moving to third group it won't be rendered at all.
To Reproduce
Steps to reproduce the behavior:
Paste the example at https://github.com/charmbracelet/huh/blob/main/examples/layout/columns/main.go
go run .
Press enter to get to the Seventh element, which is in third group.
See an empty "screen"
Expected behavior
I expected to see a new screen with 2 columns, showing the third group in the first column and nothing in the second column. If i used 4 groups, i'd expect the second column to now have the forth group.
Screenshots
First "screen" with 2 columns for groups 1 and 2 :
Second "screen" for the last group :
Desktop (please complete the following information):
OS: MacOS
The text was updated successfully, but these errors were encountered:
Describe the bug
If you use
WithLayout
ofLayoutColumns
2 columns, for example, with 3 groups. It will render the first 2 groups, but then when moving to third group it won't be rendered at all.To Reproduce
Steps to reproduce the behavior:
https://github.com/charmbracelet/huh/blob/main/examples/layout/columns/main.go
go run .
enter
to get to theSeventh
element, which is in third group.Expected behavior
I expected to see a new screen with 2 columns, showing the third group in the first column and nothing in the second column. If i used 4 groups, i'd expect the second column to now have the forth group.
Screenshots
First "screen" with 2 columns for groups 1 and 2 :
Second "screen" for the last group :
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: