@TonghuiMing @ShengdiZhang
I need to get access to the onScroll event of the AdvancedSelect component. I can see that the _AdvancedSelectInner class has the onScroll method but how can I get access to it from the AdvancedSelect?
I developed a lazy load ability using a standard jimu Select so that I could load 20K or more options to the select but that is dependent on "onScrollCapture" method and the main issue with using a standard jimu Select if large datasets is that there is no filter/search ability. The AdvancedSelect solves that but now I can not figure out how to access the onScroll or onScrollCapture methods.