Skip to content

Commit

Permalink
Fix #2466
Browse files Browse the repository at this point in the history
Clean up issue tester code
  • Loading branch information
vnbaaij committed Aug 20, 2024
1 parent 10e0e58 commit 4fdb582
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 44 deletions.
23 changes: 0 additions & 23 deletions examples/Demo/Shared/Pages/Lab/CheckboxBug.razor

This file was deleted.

6 changes: 0 additions & 6 deletions examples/Demo/Shared/Pages/Lab/Dummy.cs

This file was deleted.

14 changes: 0 additions & 14 deletions examples/Demo/Shared/Pages/Lab/IssueTester.razor
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
@page "/issue-tester"

<FluentTabs>
<FluentTab Label="Tab1">
<CheckboxBug @bind-Value=@dummy />
</FluentTab>
</FluentTabs>


@code {

private Dummy dummy = new Dummy(false);


}
2 changes: 1 addition & 1 deletion src/Core/Components/Base/FluentInputBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ private void OnValidateStateChanged(object? sender, ValidationStateChangedEventA
{
UpdateAdditionalValidationAttributes();

StateHasChanged();
InvokeAsync(StateHasChanged);
}

private void UpdateAdditionalValidationAttributes()
Expand Down

0 comments on commit 4fdb582

Please sign in to comment.