[autocomplete] Scrolls page instead of listbox when software keyboard is open on Android
Open
Nobody has claimed this yet.
ready to take
scope: autocomplete
type: bug
waiting for 👍
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
https://github.com/user-attachments/assets/622a6d6b-8347-4505-86fa-2afa11ff503a
Steps to reproduce
- Go to "https://mui.com/material-ui/react-autocomplete/"
- Open the AutoComplete component on a mobile device (Not on simulator).
- Tap on the input field to bring up the keyboard.
- Attempt to scroll through the options list that appears.
Current behavior
The options list is intermittently scrollable when the keyboard is active. In some instances, users can scroll through the options without issue, while in others, it becomes completely unresponsive to scrolling gestures.
Expected behavior
The options list should remain scrollable even when the keyboard is open, allowing users to navigate through all available options easily.
Context
No response
Your environment
npx @mui/envinfo
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
Search keywords: Autocomplete Scrolling
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.