shentao/vue-multiselect

How to Fetch when scroll at the bottom ?

Dimitri-Habruk opened this issue · 2 comments

Screenshot_88

Hi all.

I don't found information about how i can check when scrool at the bottom, for do new fetch ?
for the Options.

Thanks !

i'm trying this :
<multiselect
@scroll="fetchData"
>
But it's not working

i'm trying this : <multiselect @scroll="fetchData" > But it's not working

Hello, have you managed to solve your question? I'm looking for solution which allow partial loading of the options for large lists, something similar to Select2.