-
Notifications
You must be signed in to change notification settings - Fork 96
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
Comments
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? |
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) |
It's not implemented for checkbox. |
Should be solved with #72 |
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...
The text was updated successfully, but these errors were encountered: