Skip to content

Add support to infinite scrolling to Select components #855

@zillemarco

Description

@zillemarco

Is your feature request related to a problem? Please describe.

It's relatively common to want to support infinite scrolling when loading lists but with the way Select handles async loading it is pretty much impossible (unless I missed something).

Describe the solution you'd like

Add events to the Select component to notify that the user scroll to the end of the list, and a way to trigger loading more items.

Describe alternatives you've considered

For now nothing, I was lucky enough that even though my lists should support infinite scrolling, the data set is not big enough to cause pagination.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Icebox

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions