Skip to content

Commit

Permalink
fix(blazorui): resolve BitNumberField issue of not changing value by …
Browse files Browse the repository at this point in the history
…num keys #7876 (#7877)
  • Loading branch information
msynk authored Jun 26, 2024
1 parent ba9df31 commit 049e84c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<input @ref="InputElement" @attributes="@InputHtmlAttributes"
@onblur="HandleOnBlur"
@onfocus="HandleOnFocus"
@onkeydown="HandleOnKeyDown" @onkeydown:preventDefault @onkeydown:stopPropagation
@onkeydown="HandleOnKeyDown"
@onfocusin="HandleOnFocusIn"
@onfocusout="HandleOnFocusOut"
@onchange="HandleOnStringValueChangeAsync"
Expand Down

0 comments on commit 049e84c

Please sign in to comment.