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):