We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see there was an issue related to this back in 2019. However, I still face issue with a scrolling container.
I have attached a recording for the same. When I press the down arrow, the contain scrolls too much that the selected item gets hidden
The text was updated successfully, but these errors were encountered:
Use Element.scrollIntoView
Element.scrollIntoView
f889842
Related to [@github/auto-complete-element#91][] The current `scrollTo` helper method implementation can be unreliable (or have no effect) at times. This commit replaces it with a call to [Element.scrollIntoView][]. To control that behavior, this commit also introduces a `scrollIntoViewOptions:` key to the package's constructor call. [@github/auto-complete-element]#91: github/auto-complete-element#91 [Element.scrollIntoView]: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView [ScrollIntoViewOptions]: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView#sect1
b0dec8e
Related to [@github/auto-complete-element#91][] The current `scrollTo` helper method implementation can be unreliable (or have no effect) at times. This commit replaces it with a call to [Element.scrollIntoView][]. To control that behavior, this commit also introduces a `scrollIntoViewOptions:` key to the package's constructor call. [@github/auto-complete-element#91]: github/auto-complete-element#91 [Element.scrollIntoView]: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView [ScrollIntoViewOptions]: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView#sect1
No branches or pull requests
I see there was an issue related to this back in 2019. However, I still face issue with a scrolling container.
I have attached a recording for the same. When I press the down arrow, the contain scrolls too much that the selected item gets hidden
scroll-issue.mov
The text was updated successfully, but these errors were encountered: