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

Add "Lazy loading" ability for Combobox component #8558

Closed
2 of 6 tasks
minhiu opened this issue Jan 5, 2024 · 2 comments
Closed
2 of 6 tasks

Add "Lazy loading" ability for Combobox component #8558

minhiu opened this issue Jan 5, 2024 · 2 comments
Labels
0 - new New issues that need assignment. ArcGIS Business/Community Analyst Issues logged by ArcGIS Business/Community Analyst team members. calcite-components Issues specific to the @esri/calcite-components package. enhancement Issues tied to a new feature or request. impact - p2 - want for an upcoming milestone User set priority impact status of p2 - want for an upcoming milestone needs triage Planning workflow - pending design/dev review.

Comments

@minhiu
Copy link

minhiu commented Jan 5, 2024

Check existing issues

Description

  • Combobox component should have the ability to lazy load its items. This is much needed for use cases where number of items is large (> 10000 items).
  • Currently, when using Combobox with over 10000 items, the performance is poor and the app is unusable.

Acceptance Criteria

  • When enabled "Lazy loading", only render the visible items in the current view of the scroll.
  • When having a large number of items (ex: > 10000), the performance should not be affected.

Relevant Info

No response

Which Component

Combobox - https://developers.arcgis.com/calcite-design-system/components/combobox/

Example Use Case

No response

Priority impact

p2 - want for current milestone

Calcite package

  • @esri/calcite-components
  • @esri/calcite-components-angular
  • @esri/calcite-components-react
  • @esri/calcite-design-tokens
  • @esri/eslint-plugin-calcite-components

Esri team

ArcGIS Business/Community Analyst

@minhiu minhiu added 0 - new New issues that need assignment. enhancement Issues tied to a new feature or request. needs triage Planning workflow - pending design/dev review. labels Jan 5, 2024
@github-actions github-actions bot added ArcGIS Business/Community Analyst Issues logged by ArcGIS Business/Community Analyst team members. calcite-components Issues specific to the @esri/calcite-components package. impact - p2 - want for an upcoming milestone User set priority impact status of p2 - want for an upcoming milestone labels Jan 5, 2024
@driskull
Copy link
Member

I think this could be a duplicate of #7384

@geospatialem
Copy link
Member

Duplicate of #6392, closing in favor of the effort and in coordination with the other related issue of #7384.

@geospatialem geospatialem closed this as not planned Won't fix, can't repro, duplicate, stale Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - new New issues that need assignment. ArcGIS Business/Community Analyst Issues logged by ArcGIS Business/Community Analyst team members. calcite-components Issues specific to the @esri/calcite-components package. enhancement Issues tied to a new feature or request. impact - p2 - want for an upcoming milestone User set priority impact status of p2 - want for an upcoming milestone needs triage Planning workflow - pending design/dev review.
Projects
None yet
Development

No branches or pull requests

3 participants