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

Need a space efficient layout option for large arrays #129

Open
aeberhart opened this issue Dec 30, 2021 · 2 comments
Open

Need a space efficient layout option for large arrays #129

aeberhart opened this issue Dec 30, 2021 · 2 comments

Comments

@aeberhart
Copy link
Contributor

We do have the tab and table option, however, these are most suited for arrays of objects.
The chips layout is fairly space efficient but does not support autocomplete and still displays all options.

We could display the first 10 items and a ... icon, similar to the hideUndefined option.

@aeberhart
Copy link
Contributor Author

Probably the best option is array-select.
We'd only need an option to add an entry that is not yet in the options list.

@aeberhart
Copy link
Contributor Author

We have the following options:

  • chips layout (need to support autocomplete see Support chips / autocomplete #133)
  • using a popup window
  • using array-select in conjunction with an "add" input field (basically the same as chips but options open on focus only)
  • hiding all elements from a certain index onward and only showing them if ... is clicked

@aeberhart aeberhart removed their assignment Jan 3, 2022
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

1 participant