-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Autocomplete and page scroll #3219
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
Comments
None of the |
I got around it by sticking a scroll dispatcher on the body and updating the position manually as the user scrolls, but there are some issues on iOS safari with fixed positioning when the keyboards open. |
@fxck would you mind sharing the code that fix it ? having the same issue here |
It is perhaps a naive implementation but it seems like a stacking context would be one solution. What don't I get about what the overlay is providing? |
Now tracking via #4093 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Autocomplete options should stay near input
What is the current behavior?
Autocomplete options don't change css top property when we scroll on the page.
After scroll autocomplete options don't follow the input position.
What are the steps to reproduce?
https://plnkr.co/edit/I2TAghRrpbzmgQK5SsXd?p=preview
I use the material Docs plunker and add some fake scroll, to reproduce the problem.
The text was updated successfully, but these errors were encountered: