Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

152
Views
input type=number does not change on scroll

I have a simple number input element:

<input type="number" id="test" min="0" max="100" value="50">

Earlier I could change the value of the element just by scrolling inside the input element. But I could not do that anymore with Chrome version 100. Is this some kind of bug in Chrome or has something changed in the recent version of Chrome?

Also, I noticed if I add a blank event listener to that element then it works properly in Chrome:

document.getElementById('test').addEventListener('wheel', () => { })
<input type="number" id="test" min="0" max="100" value="50">

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!