Open
Description
Steps to reproduce
Steps:
- Open this link to live example: https://codesandbox.io/p/sandbox/nostalgic-lake-ygf3pr
- Look at the preview url in preview windw, it will be something like https://ygf3pr.csb.app/
- Open that url on a phone
- Open dialog
- Open Autocomplete
- Scroll to the bottom, trying to select the last film (Monthy Python)
Current behavior
While scrolling, autocomplete's menu (dropdown thingie) will move to be below autocomplete, and escape the bounds of reality, making last 3 items unclickable:
Expected behavior
The menu (dropdown thingie) is always rendered in a way where all elements are selectable. It seems that in this case the dropdown should appear above the Autocomplete instead.
Context
I think the only reason this cannot be reproduced on the desktop is virtual keyboard. Workarounds are welcome also.
Your environment
npx @mui/envinfo
Running @mui/envinfo in codesandbox is difficult.
Android 14, One Ui 6.1, Firefox: 135.0.1
Search keywords: Autocomplete, scroll, overflow, dialog, modal, portal