-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[Autocomplete] Fix scroll reset after unselect the only option #21280
[Autocomplete] Fix scroll reset after unselect the only option #21280
Conversation
Details of bundle changes.Comparing: aa366d3...8be4393 Details of page changes
|
f5f7cf1
to
44a048b
Compare
@svikhristyuk I have pushed the approach further, going in a different direction. While I have used this issue as an opportunity to do refactoring, the main idea was to ignore synchronization events when In the future, we could provide a controllable highlight API, so developers can have more control and implement the cases we ignore in the hook dependency array: #20852. |
Closes #21157