[Autocomplete] When inside of Dialog, impossible to select last item #45487
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
Steps to reproduce
Steps:
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
Search keywords: Autocomplete, scroll, overflow, dialog, modal, portal
The text was updated successfully, but these errors were encountered: