Select - Pagination
Pagination is handled using a simple and efficient infinite scrolling algorithm
Basic Example
Select pagination functionality is handled externally, by the user, using the @pagination event. The pagination event is triggered every time the scroll position gets close to the end of the scrollable area.
There are some considerations to be made when using infinite scrolling pagination:
- Pagination functionality is handled externally, using the
@paginationevent - You must provide a total number of options using the
totalproperty - You must provide a loading state using the
loadingproperty - You must update the available
optionsarray manually