Open oudd1 opened 2 years ago
We already have options-limit prop. Please go through the documentation. https://vue-multiselect.js.org/#sub-asynchronous-select
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
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?