charmbracelet / bubbles

TUI components for Bubble Tea 🫧

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List not scrolling or paginating with many items

GamerGirlandCo opened this issue · comments

Describe the bug
with a list containing more items than can be displayed onscreen, i can't go to the next page of items, regardless of whether InfiniteScrolling is enabled or not.

Setup
Please complete the following information along with version numbers, if applicable.

  • OS: Windows
  • Shell: Powershell
  • Terminal Emulator: Windows Terminal
  • Terminal Multiplexer: none
  • Locale: en_US.UTF-8

To Reproduce
Steps to reproduce the behavior:

  1. press down arrow until the cursor is at the bottom of the list
  2. press down arrow again
  3. see that the cursor goes back to the top, without changing any of the displayed items

Source Code
https://git.tablet.sh/tablet/boba/src/branch/recursive-list

Expected behavior
I expect the list to scroll

Screenshots

Additional context
n/a