Under the hood
Autocomplete suggestion dropdown can now render above the input at a variable distance
What
The floating suggestions dropdown (used for autocomplete-style menus) gained a rowsAbove option. When set to a value greater than 0, the dropdown positions itself using a marginBottom equal to that value instead of always using a fixed offset above the content.
Why
This lets the dropdown be placed at a variable height above the input depending on context, rather than always using the same fixed gap, which should make positioning more accurate when the input area's size varies.