shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.72k stars 989 forks source link

Dropdown onscroll #1550

Open oudd1 opened 2 years ago

oudd1 commented 2 years ago

On the multiselect it loads all the data on the dropdown but you can limit it using :limit / :optionsLimit. What I want is it will not load all the data but when I scroll down it will request on the database is that possible?

akki-jat commented 2 years ago

We already have options-limit prop. Please go through the documentation. https://vue-multiselect.js.org/#sub-asynchronous-select

Dimitri-Habruk commented 9 months ago

There is no information about when we scrolling - to trigged it and make new fetch. How we can do it?

We already have options-limit prop. Please go through the documentation. https://vue-multiselect.js.org/#sub-asynchronous-select