-
Notifications
You must be signed in to change notification settings - Fork 17
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
[improvement] Add some pagination to Select<T>
#79
Comments
Check out PR #73 |
@cylewitruk This thing is still relevant! :) |
@fadeevab yeah, just been swamped as of late 😬 If you (or anyone else) have/has the bandwidth feel free to take it on in the meantime 😊 |
@BjornTheProgrammer Thanks! I just noticed your message. I'll check it later. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be a good option to add some pagination in
Select
because maybe you have a list of more than 20 items and it could be chaotic to see what you are selecting.This is a good example to take reference:
The text was updated successfully, but these errors were encountered: