You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
So when it's a big drop down list I can't get an array of objects all at once, ideally i would load 10 options, show them when the user opens the drop down and then once the user scrolls past these 10 options, load 10 more and so on.
This will require a paginated api, to which the drop down can send commands to. Similarly filtering would work based on an api.
Thanks for creating this package.
I would like to know if there's a way to load items lazily via ajax requests, we have drop-downs with hundreds of items that cannot be preloaded.
On a related note it would be great if searching could also be done via ajax requests.
The best example of this currently is jQuery based select2 and react based react-select.
The text was updated successfully, but these errors were encountered: