RangeSelector StepFrequency doesn't behave properly at larger values #3476
Labels
bug 🐛
An unexpected issue that highlights incorrect behavior
good first issue
Issues identified as good for first-time contributors
Milestone
Describe the bug
In the sample app, with the example range between 0-100, values over 30 (40, 50) etc... don't act properly.
For instance, 30 snaps at 30 and 60 but not 90.
40 snaps at 40, but not 80
60 doesn't snap...
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
30 should still snap at 30, 60, 90
40 should snap at 40 & 80
60 should snap at 60
Environment
Additional context
Found when investigating #3473, FYI @hansmbakker
The text was updated successfully, but these errors were encountered: