Skip to content

Commit c73430f

Browse files
998096: Release notes
1 parent ed3b12e commit c73430f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ control: Numeric TextBox
77
documentation: ug
88
---
99

10-
# Disable Mouse Wheel Scroll in Blazor Numeric TextBox Component
10+
# Prevent Mouse Wheel from Changing Value in Blazor NumericTextBox Component
1111

12-
The Blazor Numeric TextBox component supports controlling mouse wheel scrolling via the `AllowMouseWheel` property. This lets you prevent accidental value changes when the input has focus and the user scrolls the mouse wheel.
12+
The Blazor Numeric TextBox component supports controlling mouse wheel scrolling via the `AllowMouseWheel` property. This lets you prevent value changes when the input has focus and the user scrolls the mouse wheel.
1313

1414
## Enable/disable mouse wheel interaction
1515

0 commit comments

Comments
 (0)