diff --git a/packages/ui/src/TextInput/TextInput.tsx b/packages/ui/src/TextInput/TextInput.tsx index dfd7d9f3..74336772 100644 --- a/packages/ui/src/TextInput/TextInput.tsx +++ b/packages/ui/src/TextInput/TextInput.tsx @@ -198,6 +198,7 @@ function TextInput( onChange(event.target.value, event); }} + // To prevent scrolling from changing number input value onWheel={(event) => event.currentTarget.blur()} {...props} />