Skip to content

Commit

Permalink
RadzenNumeric prevents tab out when up/down key pressed before
Browse files Browse the repository at this point in the history
Fix #1711
  • Loading branch information
enchev committed Sep 24, 2024
1 parent 60da0c0 commit 6bcc738
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 @@ -516,6 +516,8 @@ async Task OnKeyPress(KeyboardEventArgs args)
{
await UpdateValueWithStep(false);
}

preventKeyPress = false;
}
else
{
Expand Down

0 comments on commit 6bcc738

Please sign in to comment.