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
bei MudBlazor.MudAutocomplete`1.OnAfterRender(Boolean firstRender) in MudBlazor\MudAutocomplete.cs: Zeile353
public string Font { get; set; } = "Roboto";<MudFontPicker Variant="Variant.Outlined" Label="@localizer["Font"]" Value="@Model.Font" />
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