Closed as not planned
Description
Describe the bug
There are two separate issues here but I was able to reproduce them in the same CodeSandbox so I figured I would create just one issue.
- When I put an
AutoComplete
inside anOverlay
the autocomplete's overlay goes behind the parentOverlay
. Is there a way to get around this or is this a bug? - The
Overlay
does not position based on theanchorRef
, it's always in the top-left of the screen. This is reproducible in the docs actually.
To Reproduce
Steps to reproduce the behavior:
- Go to this CodeSandbox
Expected behavior
I would expect the AutoComplete's overlay to be on top of the parent's overlay because the autocomplete overlay was opened at a later time.
Desktop (please complete the following information):
- OS: [e.g. iOS] macOS 12.2.1
- Browser [e.g. chrome, safari] Chrome
- Version [e.g. 22] 99.0.4844.51 (Official Build) (arm64)