default `noWheel: true` for form-input component

The noWheel prop disables 'scroll to change value' for number and date field. I cannot think of a time when that is ever useful behaviour, so may make sense to disable by default.

scrolling on a number input to enter an account number

Refs

https://css-tricks.com/snippets/css/turn-off-number-input-spinners/
https://bradfrost.com/blog/post/you-probably-dont-need-input-typenumber/