Skip to content

Commit 6cf2fb0

Browse files
998096: Release notes
1 parent b4444bb commit 6cf2fb0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

blazor/numeric-textbox/how-to/disable-mouse-wheel-in-numeric-textbox-component.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ The Blazor Numeric TextBox component supports controlling mouse wheel scrolling
2121
2222
<h4>Mouse wheel disabled</h4>
2323
<SfNumericTextBox TValue="double?" Value=10 Step=1 AllowMouseWheel="false" Placeholder="Enter a value"></SfNumericTextBox>
24-
25-
<h4>Mouse wheel enabled (default)</h4>
26-
<SfNumericTextBox TValue="double?" Value=10 Step=1 Placeholder="Enter a value"></SfNumericTextBox>
2724
```

0 commit comments

Comments
 (0)