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
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)
The text was updated successfully, but these errors were encountered:
mattirn
added a commit
to mattirn/jline3
that referenced
this issue
Jul 18, 2024
Setting the
pageSize()
on aListPromptBuilder
has no effect.It's value is passed on to
ListChoice
inListPromptBuilder.addPrompt()
but is afterwards never used.(A simple full code search will show
getPageSize()
is never called. It also shows the same method inCheckbox
is also never used)The text was updated successfully, but these errors were encountered: