Skip to content

Once the MudFontPicker is installed, the page can no longer be opened. #646

Description

@IngoManthey

bei MudBlazor.MudAutocomplete`1.OnAfterRender(Boolean firstRender) in MudBlazor\MudAutocomplete.cs: Zeile353

<MudFontPicker Variant="Variant.Outlined" Label="@localizer["Font"]" Value="@Model.Font" />

public string Font { get; set; } = "Roboto";

I installed the component without any additional options for testing purposes.

In MudAutocomplete
protected override void OnAfterRender(bool firstRender)
{
if (_elementReference.IsClearing || _isProcessingValue)
{
_elementReference is null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions