diff --git a/src/components/form-input/form-input.js b/src/components/form-input/form-input.js index 10243ac83a0..0928d71e128 100644 --- a/src/components/form-input/form-input.js +++ b/src/components/form-input/form-input.js @@ -146,7 +146,7 @@ export const BFormInput = /*#__PURE__*/ extend({ } }, onWheelFocus() { - eventOn(document, 'wheel', this.stopWheel) + eventOn(document, 'wheel', this.stopWheel, { passive: false }) }, onWheelBlur() { eventOff(document, 'wheel', this.stopWheel)