Skip to content

FluentAutoComplete 4.14.4 does not render the items in Edge聽#5072

Description

@Pau290

馃悰 Bug Report

The FluentAutoComplete component, suddenly stops rendering the dropdown items in Edge

Image

馃捇 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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions