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.
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.