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

Virtualized Select Component #4112

Closed
3 tasks
brettephillips opened this issue Feb 15, 2022 · 1 comment
Closed
3 tasks

Virtualized Select Component #4112

brettephillips opened this issue Feb 15, 2022 · 1 comment
Labels
0 - new New issues that need assignment. enhancement Issues tied to a new feature or request. needs triage Planning workflow - pending design/dev review.

Comments

@brettephillips
Copy link

brettephillips commented Feb 15, 2022

Description

Enhance the Select component to contain a virtualized property that will render rows as the user scrolls (lazy loading dropdown items).

Acceptance Criteria

  • Virtualized property is added
  • Virtualized property is optional
  • Select dropdown items are not loaded at once, but instead when needed

Relevant Info

No response

Which Component

Select

Example Use Case

https://calcite-react.netlify.app/select

@brettephillips brettephillips 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 Feb 15, 2022
@geospatialem
Copy link
Member

Select cannot be virtualized due to its current structure. However virtualization will be tackled across the design system as part of the effort mentioned above in #7384. Closing out the issue per the structure of select, and effort of the epic.

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. enhancement Issues tied to a new feature or request. needs triage Planning workflow - pending design/dev review.
Projects
None yet
Development

No branches or pull requests

3 participants