tajo / react-range

🎚️Range input with a slider. Accessible. Bring your own styles and markup.
https://react-range.pages.dev
MIT License
847 stars 97 forks source link

Hold shift for precise range seeking #156

Closed mikevercoelen closed 1 month ago

mikevercoelen commented 2 years ago

Was wondering if it would be possible to make it that when the user holds shift while dragging, the value range gets more precise.

My use-case is where a range slider could potentially hold a value between 0 - 100, with 0.001 step, and for that this could be super helpful.

Anyone ran into this problem?

tajo commented 1 month ago

feel free to try implement it