Disable Scroll Wheel for Number text-input

On desktop, when a number field is added to a view via text-input, selecting the field, hovering over it with your mouse, and using your scroll wheel increments/decrements the value. This is especially confusing if you have just entered a value using your keyboard, your mouse is still over the field, and you then try to scroll down to the next field as it can change the value without you noticing it as the field scrolls out of view.

Probably a long shot, but does anyone have a way to disable the scrolling of the field? We’d like to leave it as type number in the DB for various reasons: external data mappings, validation, existing data, mobile keyboard display, etc.

There is not currently a way to disable the scrolling of this field. I will pass this feedback along to our product team.

As of runtime version 4.84.0, the automatic scrolling is by default disabled for number type text-inputs, and it can be enabled using the new enable-number-scrolling attribute. Further details can be found here.

1 Like