kendo-vue
kendo-vue copied to clipboard
[Bug][RangeSlider] The step property is not respected when clicking
Describe the bug Currently, when a step is defined for the Slider or RangeSlider, it is not applied when adjusting with the mouse
To Reproduce
- Open this example: https://stackblitz.com/edit/nmv4hjhp?file=src%2Fmain.vue
- Try to click anywhere in the bar and notice that the step is not respected
Expected behavior The steps should work the same regardless of the interface the user employs. Selecting a value with the mouse should respect the step similar to when the Left or Right arrow key is pressed.
Ticket ID: 1696635