vtaits / react-select-async-paginate

Wrapper above react-select that supports pagination on menu scroll
MIT License
308 stars 75 forks source link

How to keep scrollTop when reopen menu in isMulti #145

Open vaynevayne opened 1 year ago

vaynevayne commented 1 year ago

https://codesandbox.io/s/autoload-example-forked-404kkl?file=/src/App.tsx

I need option15, option16 I first scroll to the second page and then select option15, popover closes, I reopen it, but it goes back to the first page, I need to scroll again, Is there any way to keep the scrolling position? Or don't close the menu when I choose one, and don't go back to the first page?

vtaits commented 1 year ago

Hello. Is it possible in react-select?