RODRIGO LAGOS
RODRIGO LAGOS
Thanks, me working!.
Or simply move scroll to bottom in search method with: event.component._modalComponent._content.scrollToBottom(1500); (tested in ionic-selectable 4.9.0) **html:** ``` ``` **ts:** ``` searchPorts(event: { component: IonicSelectableComponent; text: string }) { event.component._modalComponent._content.scrollToBottom(1500); ......
> This happens exactly when endInfiniteScroll() is called after the async call But do you suggest removing the endInfiniteScroll()? Or do I have to add some code before or after?...
Can you show us a video of the result?
Ok, only size items. I' show you my code and result for scrolling. In file html, **onInfiniteScroll** have the method with $event for get **IonicSelectableComponent** in file TS. html: ```...