-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown list is scrolling when hovering over the last visible item #1028
Labels
Comments
@tstoik try replacing method maybeAdjustScroll()
|
@ccartrec does this mean I need to fork this and fix it myself? |
@opassion you could also extend the component and override the method |
Merged
sagalbot
added a commit
that referenced
this issue
Apr 12, 2020
🎉 This issue has been resolved in version 3.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When hovering over the last visible item in the dropdown, the list begins to automatically scroll without user action.
To Reproduce
Steps to reproduce the behavior:
https://cl.ly/a0e39463867c
In the video linked above, I am not using the scrollwheel or taking any action that would cause the list to scroll, yet it scrolls whenever I hover over the last visible item.
Expected behavior
Ability to hover over all items without triggering scrolling.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: