react-infinite-scroll-component icon indicating copy to clipboard operation
react-infinite-scroll-component copied to clipboard

Question: focus on the infinityScroll component on the page load

Open ihomp opened this issue 1 year ago • 0 comments

InfinityScroll in the scrollable element and has scrollableTarget="scrollableDiv"

      <div id="scrollableDiv">
          <InfiniteScroll
            scrollableTarget="scrollableDiv"
         >

how to focus on it on the load, so it will be scrollable by the pageDown

if tried useRef and focus(), tabIndex nothing helps.

ihomp avatar Jul 17 '24 15:07 ihomp