Skip to content

MudTextFieldExtended: Debounce works only once #619

Description

@DrastamatSargsyan

Noticed a debounce regression on

  • MudBlazor.Extensions v9.0.3
  • MudBlazor v9.2.0

Works fine in

  • MudBlazor.Extensions v8.2.0
  • MudBlazor v8.15.0

Tried to locate the issue myself, but to no avail.
The bug may be reproduced with this

<MudTextFieldExtended T="string"
@bind-Value="@value"
Variant="Variant.Outlined"
Margin="Margin.Dense"
Immediate="true"
DebounceInterval="1000" />
@value
@code {
string value;
}

Activity

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

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