dowjones/react-dropdown-tree-select

On scroll event

BhaveshSeamless opened this issue · 3 comments

Do we have any onScroll event in this component?
If not then I think we should add this event as if someone wants to do some activity while scrolling then it will be useful. As in my case I have to hit one business logic once I reach at the end of the scroll.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

It might be too chaotic because onScroll calculates the next window/page and can trigger very quickly; so you may need some debounce logic in there also. I'd be open to try it out if it doesn't become too complex.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.