<Autocomplete slots={{ popper: FloatingPopup }} />
Default (Popper.js)
FloatingPopup
Dropdown flips when there is not enough space below.
The dropdown uses var(--anchor-width) to match the input width. Autocomplete already passes style.width via additionalProps, but the CSS variable is also available.
The dropdown stays in the DOM when closed (inspect to verify).