Skip to content

Commit

Permalink
Numeric input not updated when Value is set to null
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Jan 4, 2025
1 parent 6a470a6 commit 58794f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Radzen.Blazor/RadzenNumeric.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ public override TValue Value
{
_value = value;
}

stringValue = $"{value}";
}
}

Expand Down

0 comments on commit 58794f8

Please sign in to comment.