Scrolling parent when at the bottom of select scroll #5259
Answered
by
Methuselah96
chrisbrooks
asked this question in
Q&A
-
Is there a way to scroll the parent once you have scrolled to the bottom of the select options list. Currently you scroll to the bottom of the select list but then the parent doesn't continue to scroll. You can replicate this behaviour on the main react select site. https://react-select.com/home Essentially want this behaviour in the video, where the parent scrolls when you reach the bottom of the dropdown list. |
Beta Was this translation helpful? Give feedback.
Answered by
Methuselah96
Jul 7, 2022
Replies: 1 comment 1 reply
-
Have you tried using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chrisbrooks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried using
captureMenuScroll={false}
?