diff --git a/src/ui/component/common/form-components/form-field-price.jsx b/src/ui/component/common/form-components/form-field-price.jsx
index fb13aa8b3..673ad6f91 100644
--- a/src/ui/component/common/form-components/form-field-price.jsx
+++ b/src/ui/component/common/form-components/form-field-price.jsx
@@ -54,6 +54,7 @@ export class FormFieldPrice extends React.PureComponent<Props> {
           className="form-field--price-amount"
           min={min}
           value={price.amount}
+          onWheel={e => e.preventDefault()}
           onChange={this.handleAmountChange}
           placeholder={placeholder || 5}
           disabled={disabled}