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