[Autocomplete] Scroll resets when searching in Korean #45417
Labels
bug 🐛
Something doesn't work
component: autocomplete
This is the name of the generic UI component, not the React module!
Steps to reproduce
Steps:
Hello,
I'd like to report a bug I found in Material UI's Autocomplete component.
Test it here: https://azurealstn.github.io/autocomplete
Source code: https://github.com/azurealstn/autocomplete
Issue:
The variable top100Films used in the options property contains English labels, which is fine. However, when searching with Korean text ('스') and using the mouse wheel to scroll, then clicking an item, the scroll position resets.
[Detailed explanation]
Enter '스' in the input and scroll down
When pressing (but not releasing) the mouse on the ComboBox, the scroll resets
When releasing the mouse, the item is selected from the reset scroll position
Is there any way to solve this issue?
Current behavior
No response
Expected behavior
No response
Context
No response
Your environment
npx @mui/envinfo
Search keywords: scroll, autocomplete
The text was updated successfully, but these errors were encountered: