Sorry, we don't support your browser.  Install a modern browser

Prevent scrolling on number inputs adjusting values#150

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.

2 years ago