When a user scrolls their mouswheel over an input type=”number” form field, the value of the number increases/decreases imperceptibly. This is unfortunately the default behaviour of browsers.
We should prevent this behaviour to reduce the risk of users changing values unintentionally.