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

Long list rendered in combo box #189

Open
cansijyun opened this issue May 20, 2024 · 1 comment
Open

Long list rendered in combo box #189

cansijyun opened this issue May 20, 2024 · 1 comment
Assignees

Comments

@cansijyun
Copy link

The options of combo box component is flickering and lagging when scrolling the the asset list of osmosis chain from @chain-registry/client because it has over 300 assets and all assets in list are rendered at once.
List visualization display large lists of data efficiently that renders only the items currently visible in a list (within a scrolling “viewport”).

@cansijyun cansijyun changed the title Long list Long list rendered in combo box May 20, 2024
@yyyyaaa
Copy link
Contributor

yyyyaaa commented May 22, 2024

Progress will be updated in this branch:
https://github.com/cosmology-tech/interchain-ui/tree/example-combobox-virtualized

Surprisingly hard to do virtualization with react-aria, however I expect it to work within today

@yyyyaaa yyyyaaa self-assigned this May 22, 2024
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