shentao / vue-multiselect

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

How to Fetch when scroll at the bottom ? #1749

Open Dimitri-Habruk opened 5 months ago

Dimitri-Habruk commented 5 months ago
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 !

Dimitri-Habruk commented 5 months ago

i'm trying this : <multiselect @scroll="fetchData"

But it's not working

foggy54 commented 3 months ago

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.