Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console UI ListChoice's (relative)pageSize is never used #1034

Closed
quintesse opened this issue Jul 11, 2024 · 0 comments · May be fixed by gnodet/jline3#3 or gnodet/jline3#4
Closed

Console UI ListChoice's (relative)pageSize is never used #1034

quintesse opened this issue Jul 11, 2024 · 0 comments · May be fixed by gnodet/jline3#3 or gnodet/jline3#4
Labels

Comments

@quintesse
Copy link
Contributor

Setting the pageSize() on a ListPromptBuilder has no effect.
It's value is passed on to ListChoice in ListPromptBuilder.addPrompt() but is afterwards never used.
(A simple full code search will show getPageSize() is never called. It also shows the same method in Checkbox is also never used)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants