Skip to content

Commit

Permalink
fix(blazorui): resolve keydown event issues of BitNumberField #7857 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk committed Jun 25, 2024
1 parent 8047cc8 commit 4e069bd
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="HandleOnKeyDown" @onkeydown:preventDefault @onkeydown:stopPropagation
@onfocusin="HandleOnFocusIn"
@onfocusout="HandleOnFocusOut"
@onchange="HandleOnStringValueChangeAsync"
Expand Down

0 comments on commit 4e069bd

Please sign in to comment.