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

List doesn't refresh keybinds when going from 1 page of items to N pages of items. #79

Closed
Vilsol opened this issue Nov 26, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@Vilsol
Copy link

Vilsol commented Nov 26, 2021

If you start off a list with a single (or 0) pages, and then update the list of items where more than one page is required, the pagination buttons are disabled.

Current workaround is to do this after you update the list of items:

list.SetFilteringEnabled(list.FilteringEnabled())

which as the last step refreshes the keybinds.

@bashbunni
Copy link
Member

Hey @Vilsol

Could you provide us with an example to reproduce the issue?

@Vilsol
Copy link
Author

Vilsol commented Apr 8, 2022

@bashbunni
Copy link
Member

Ah ok perfect, thanks!

@bashbunni bashbunni added the bug Something isn't working label Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants