Decimal input field changes on mouse movement!

I have multiple decimal input fields that are changing on mouse movement if the cursor is in the field. Clearly undesirable behavior. Is there some way to turn this off please? Thanks.

Hi @Dorian :wave:

That’s standard behavior for the native number input web element.

It’s possible to disable the mousewheel when the input number is in focus with some custom code (see here) but the team is looking into adding that option in no-code for that input.

Not sure when it will be available though so you might want to try your hand at some custom code in the meantime. The " One event listener to rule them all" answer in the post shared above seems like a good place to start.

1 Like

Thanks for the reply @Joyce. I’ll look into it.

1 Like