Combobox virtualized list
lkostrowski opened this issue · 3 comments
lkostrowski commented
What I'm trying to achieve
Display huge amount of results in Combobox
Currently huge dataset causes performance degradation
Tested on this dataset
https://github.com/saleor/apps/blob/ca4306162f468ff00fa43fedf3ea486d9a027272/apps/products-feed/src/modules/category-mapping/google-product-categories.ts
Describe a proposed solution
Add Virtualized list with max items that are rendered
Acceptance Criteria
Screenshots or mockups
krzysztofzuraw commented
Guide on how to add react-virtual to downshift: https://www.downshift-js.com/use-combobox#virtualizing-items-with-react-virtual
lkostrowski commented
Comparison of virtualization libraries (owned by one of the libs)