bombshell-dev / clack

Effortlessly build beautiful command-line apps
https://clack.cc
5.23k stars 88 forks source link

[Bug] Long select list glitches #173

Closed hanszoons closed 3 months ago

hanszoons commented 9 months ago

Environment

Describe the bug Very long select list glitches on moving the cursor up.

To Reproduce Reproduction, forked from the official demo.

Steps to reproduce the behavior:

Expected behavior Move up and keep moving up to be able to select from entire long list.

Additional Information

https://github.com/natemoo-re/clack/assets/91126835/4996fc22-336a-42aa-8710-d1c6a1247cc8

hanszoons commented 9 months ago

I managed to make it usable with the undocumented maxItems settings on the select (found in #129) , but the bug still remains without it.