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

Pagination will stalled the page when “count” is a large number。 #831

Closed
MurlinGao opened this issue Feb 20, 2020 · 3 comments
Closed
Labels
Carbon Design stale 🍞 No recent activity

Comments

@MurlinGao
Copy link

when count is large than 10000,this bug will show out。

@lee-chase
Copy link
Member

This is really just the browser hanging when we try and render thousands of option elements.

Chrome, Opera and Mozilla limited this to 10000 according to https://chromium.googlesource.com/chromium/blink.git/+/master/Source/core/html/HTMLSelectElement.cpp#77

Will raise an issue with CarbonDesign, to determine a better solution.

As a workaround do not specify the number of items e.g.

https://codepen.io/lee-chase/pen/5f2b6bae52d8cd9111e6a5ef258a0840

Copy link

This issue has been marked as stale because it has required additional
info or a response from the author for over 14 days. When you get the
chance, please comment with the additional info requested.
Otherwise, this issue will be closed in 14 days.

@github-actions github-actions bot added the stale 🍞 No recent activity label Jun 25, 2024
Copy link

This issue has been closed because it has received no activity for
28 days.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Carbon Design stale 🍞 No recent activity
Projects
None yet
Development

No branches or pull requests

2 participants