You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use FluentAutocomplete within a FluentStack with Vertical orientation and a VerticalGap then the DOM will move the content below your component once the FluentAutocomplete is opening the dropdown menu.
A first test worked for me on the page, without stacking and within dialogs. But I'm not sure if this has any other negative impacts which I'm not aware of.
🔦 Context
I'm using FluentStack within EditForm to align my content accordingly.
🐛 Bug Report
When you use
FluentAutocompletewithin aFluentStackwithVerticalorientation and aVerticalGapthen the DOM will move the content below your component once theFluentAutocompleteis opening the dropdown menu.💻 Repro or Code Sample
🤔 Expected Behavior
I expect the DOM to not move the content below.
😯 Current Behavior
2026-05-13.16-23-14.mp4
💁 Possible Solution
This can be fixed by applying
Style="position: absolute;"tofluentui-blazor/src/Core/Components/List/FluentAutocomplete.razor
Line 140 in ea3fcfd
A first test worked for me on the page, without stacking and within dialogs. But I'm not sure if this has any other negative impacts which I'm not aware of.
🔦 Context
I'm using
FluentStackwithinEditFormto align my content accordingly.🌍 Your Environment