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

Handling many choices in List/Checkbox #49

Closed
AuHau opened this issue Sep 20, 2018 · 4 comments
Closed

Handling many choices in List/Checkbox #49

AuHau opened this issue Sep 20, 2018 · 4 comments
Labels
bug Something isn't working

Comments

@AuHau
Copy link
Collaborator

AuHau commented Sep 20, 2018

If there is high number of choices in List or Checkboxes the behavior is far from optional. The list will overflow the screen and navigation becomes practically impossible.

I suggest limiting the size of "scrollbox" to a certain number of lines and scroll through the box when person navigate to the end/beginning.

Also, I would suggest adding filtering/auto-suggesting feature, which would allow the user to start typing while in the List/Checkbox question, which would filter out the choices displayed.

@magmax do you think the proposed solution&feature is feasible? If so, I could work on it, if you would accept the PR...

@magmax
Copy link
Owner

magmax commented Sep 23, 2018

I have written a fix for this at 204f566, but it has some visual problems.

The inicial solution was too easy, but I'm not sure about how to solve the problems and how to combine it with carousel.

Any ideas?

@jgod
Copy link

jgod commented Nov 21, 2018

No matter how long the list, shouldn't carousel only loop back around to beginning or end when the "real" first and last options are surpassed? (And not influenced by the "first" and "last" options within the currently displayed "sub-window" of choices)

@AuHau AuHau added bug Something isn't working enhancement New feature or request labels Mar 5, 2019
@trunet
Copy link

trunet commented Apr 5, 2019

I have written a fix for this at 204f566, but it has some visual problems.

It's not implemented for checkbox.

This was referenced May 22, 2019
@AuHau
Copy link
Collaborator Author

AuHau commented May 24, 2019

Should be solved with #72
The current solution only shows limited number of choices, but not additional features.

@AuHau AuHau closed this as completed May 24, 2019
@AuHau AuHau removed the enhancement New feature or request label May 24, 2019
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

4 participants