Added prevent default to formfield price onWheel

This commit is contained in:
Dustin Robison 2019-10-14 09:18:43 -07:00 committed by Sean Yesmunt
parent 4eb324363c
commit 1ec3742fcf

View file

@ -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}