microsoft / microsoft/fluentui-blazor
FluentAutoComplete 4.14.4 does not render the items in Edge
Open
@dvoituron is already working on this.
Since Aug 5, 2026.
area:blazor
status:blocked
v4
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 483
- Avg merge
- 14h 41m
- Merged PRs (30d)
- 68
Description
🐛 Bug Report
The FluentAutoComplete component, suddenly stops rendering the dropdown items in Edge
💻 Repro or Code Sample
<FluentAutocomplete TOption="string"
Disabled=isLoading
Autofocus="true"
Label="@localizer["Nombre"]"
Width="250px"
MaxAutoHeight="200px"
Placeholder="@localizer["Nombre"]"
OnOptionsSearch="@OnSearchNombreAsync"
MaximumSelectedOptions="1"
MaximumOptionsSearch="250000"
Virtualize="true"
OptionText="@(item => item)"
@bind-SelectedOptions="@PosiblesNombres" />
🤔 Expected Behavior
Display the items dropdown
😯 Current Behavior
Does not isplay the items dropdown
💁 Possible Solution
Using the app in Chrome with normality
🔦 Context
.NET 8,
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.14.4" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.14.4" />
- OS & Device: Windows 11
- Browser: Microsoft Edge, v: Versión 151.0.4129.59 (Compilación oficial) (64 bits)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.