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

Evaluate how to deal with long lists without drawbacks on the user experience #11

Open
evilaliv3 opened this issue Sep 9, 2015 · 1 comment

Comments

@evilaliv3
Copy link

@lukemurray on GlobaLeaks we are evaluating the use of NgHierarchicalSelector inside our form builder to make possible for a user to select options from a hierarchic select-box like the one implemented by NgHierarchicalSelector (globaleaks/GlobaLeaks#1408).

we would have the need to deal with long lists and i'm wondering how this would impact not only from a performance point of view but mostly from the user experience point of view;
suppose in fact that one loads a very long list and has to scroll down a lot to find the element he would like to click. have you ever dealt with such a requirement and what would be your suggestion?

@lukemurray
Copy link
Owner

Hmm, the way I want to potentially help this is by allowing autocomplete - the ability to type and have the results filtered to potential matches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants