vue-multiselect icon indicating copy to clipboard operation
vue-multiselect copied to clipboard

Dropdown onscroll

Open oudd1 opened this issue 2 years ago • 2 comments

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?

oudd1 avatar Oct 07 '22 02:10 oudd1

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

akki-jat avatar Oct 27 '22 15:10 akki-jat

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

Dimitri-Habruk avatar Jan 31 '24 14:01 Dimitri-Habruk