skratchdot / react-bootstrap-multiselect

A multiselect component for react (with bootstrap). This is a react port of bootstrap-multiselect.
http://projects.skratchdot.com/react-bootstrap-multiselect/
Other
119 stars 62 forks source link

How can we add infinite scroll or lazy loading to react-bootstrap-multiselect? #94

Open rahul-gohate opened 11 months ago

rahul-gohate commented 11 months ago

Hi,

We have Multiselect component with 10000 of records, so I want to know can we add lazy loading to this component?

Thanks