"Large Dataset" demo is broken
See original GitHub issueThe “Cities” selector in the demo page at http://jedwatson.github.io/react-select/ is intended to show how a large list of options can be virtualized.
However, I think you’re running into an issue where the virtual list isn’t displaying correctly. When I scroll down the list, the values jump around a whole bunch, and most of the list shows up white/empty.
I had this same problem when using react-virtualized
, I think after one of the recent updates to that library.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Custom rendering broken for large datasets #14144 - GitHub
The issue seems to occur at the point where a large dataset with a custom renderer switches FROM progressive rendering TO non-progressive ...
Read more >ComboBox is not working with large dataset
I am stuck in the middle of large dataset in PowerApps. I am cascading the combobox and successfully got it but the problem...
Read more >1.9 Working with Large Datasets - Bookdown
When you are working with datasets that are large, but can still fit in-memory, you'll want to optimize your code as much as...
Read more >Big data? Datasets to the rescue! - Hugging Face Course
Fortunately, Datasets has been designed to overcome these limitations. It frees you from memory management problems by treating datasets as memory-mapped ...
Read more >CFP Late Breaking & Demo Papers - JCDL 2022
The late-breaking results, preliminary work, datasets, and demos track is a ... the emerging issues in digital libraries research with the larger community....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think the virtualized demo on the react-select demo page is just outdated.
Instead, I think we want to look at the demos for the actual
react-virtualized-select
component: http://bvaughn.github.io/react-virtualized-select/Use that, it looks good.
Hello -
In an effort to sustain the
react-select
project going forward, we’re closing old issues / pull requests.We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our limited efforts to maintain the latest version.
If you feel this issue / pull request is still relevant and you’d like us to review it, please leave a comment and we’ll do our best to get back to you.