when click kendo slider increment or decrement tile it's moving two small steps.
My case instead of moving two steps, one step need to move
My users have the requirement to have a range from +3 through to -3 with a step of 1. Provide an option to start at max then go to min. i.e to have a higher min than max
FR displaying long labels
If the labels are long, having all displayed below or on top of the slider would result in a messy layout.
Instead an option to place every odd item to the top and every even item (label) on the bottom would allow for longer texts
https://stackblitz.com/edit/kendo-angular-slider-steplabelsfn-this-obhuar?file=app/app.component.ts
Furthermore missing in documentation:
The [title] input won't work without setting [largeStep] as well.
Furthermore missing in documentation:
The callback to the [title] input has to be a fat-arrow function,
or an extra patch is needed (as the UI component currently 2019/10/30) this.getStepLabelNotWorking = this.getStepLabelNotWorking.bind(this); as inside a classic function the this refers not to the class itself, but to the component. IMO this is a BUG! See: https://stackblitz.com/edit/kendo-angular-slider-steplabelsfn-this?file=app/app.component.ts
The slider and range slider should allow a drag handle tooltip to be configured as an input binding. This is useful for showing the current slider value, for example. Something similar exists in jQuery: https://demos.telerik.com/kendo-ui/slider/events
The Slider component should support two thumbs for indicating a range of values.
The Slider component should allow tick labels to be shown next to the ticks, similar to the Kendo jQuery implementation (e.g. https://demos.telerik.com/kendo-ui/slider/events).
The Slider Component should support defining a largetStep value, in addition to the smallStep input which is already available. The jQuery Slider supports a similar behavior: https://demos.telerik.com/kendo-ui/slider/events.