p:inputNumber value changes with mouse scroll #3360
Answered
by
melloware
DeepaRahul
asked this question in
PrimeFaces
-
I am using Primefaces 8.0.4. For numeric input fields p:inputNumber when focus is on the field and mouse is scrolled value is changing . I wanted to diasble this behavior. Tried modifyValueOnWheel =false, but this is not working. |
Beta Was this translation helpful? Give feedback.
Answered by
melloware
Jan 18, 2025
Replies: 1 comment
-
@DeepaRahul as you can see here It was added in 10.0: https://primefaces.github.io/primefaces/10_0_0/#/components/inputnumber?id=inputnumber So please upgrade. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
melloware
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@DeepaRahul as you can see here
modifyValueOnWheel
is NOT in 8.0: https://primefaces.github.io/primefaces/8_0/#/components/inputnumber?id=inputnumberIt was added in 10.0: https://primefaces.github.io/primefaces/10_0_0/#/components/inputnumber?id=inputnumber
So please upgrade.