-
Notifications
You must be signed in to change notification settings - Fork 67
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
Support large data sets in Autocomplete #1909
Comments
We have a similar problem in a project, where ~5000 options is available in some cases. |
Interesting! Well since we are currently looking at lazy-rendering table in #2561 there may be some lessons learned there. I am moving this ticket higher up from the debths of the backlog 👍 |
@sindre-nistad We have a test release out now if you have the opportunity to check it out 👍 |
Great! I'll check it out |
Initial testing shows great promise. I've tried it with a dropdown with ~5000 elements, and one with ~1800 elements. |
Selects/Autocompletes/Comboboxes are in most cases used for selecting tags in Equinor. Tags are usually very large data sets so we should probably do some optimising for our upcoming Autocomplete to support large data sets.
Examples from downshift using react-window
The text was updated successfully, but these errors were encountered: