Question
Disable scrolling on `<input type=number>` in React
This question was asked before but provided solution is just for jQuery
, as I'm facing same problem in ReactJs.
Is it possible to disable the scroll wheel changing the number in an input number field? I removed spinner arrows using CSS but mouse wheel still working and messing the functionality.
I want input type number
because it gives numeric keyboard on mobile/touch devices.
48 50992
48