-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
AutocompleteSuggestionList is hidden beneath Dialog #5375
Labels
Comments
Duplicate of #5181 |
hmm, the solution mentioned in #2456 did not worked for v3.9.2 |
Then can you please provide a codesandbox reproducing the issue? |
here you go https://codesandbox.io/s/react-admin-debug-cjo7w?file=/src/post/edit.tsx |
reproduced, thanks |
fzaninotto
added a commit
that referenced
this issue
Oct 13, 2020
fzaninotto
added a commit
that referenced
this issue
Mar 19, 2021
Material-ui's Autocomplete uses the `theme.zIndex.modal` value for the z-index of their suggestion list (see https://github.com/mui-org/material-ui/blob/f23207bf2312eba2686522f904d72aea7d3c0a88/packages/material-ui/src/Autocomplete/Autocomplete.js#L276), so we should do the same. Refs #2456, #4537, #5181, #5375
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
react-admin/packages/ra-ui-materialui/src/input/AutocompleteSuggestionList.tsx
Line 9 in 27a6927
Dialog has
z-index: 1300
which makes suggestion popup invisible as it hasz-index: 2
The text was updated successfully, but these errors were encountered: