Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.06k stars 598 forks source link

Options from remote paginated source. #1071

Open mromero107 opened 1 year ago

mromero107 commented 1 year ago

Loading items from an API that provides paginated items. Select2, request the next page when the scroll hits the end (like infinite scroll).