馃悰 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)
馃悰 Bug Report
The FluentAutoComplete component, suddenly stops rendering the dropdown items in Edge
馃捇 Repro or Code Sample
馃 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,