This is a migrated thread and some comments may be shown as answers.

RangeSlider scale

1 Answer 88 Views
Slider
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 16 Apr 2014, 04:03 PM
This is my MVVM definition
<div id="rangeSlider" data-role="rangeslider" data-bind="value: hoursArray, events: { change: setHours }" data-min="0" data-max="23"  >
    <input type="text" />
    <input type="text" />
</div>

So when it renders I see this (attached)
...how do I get it to show the 0 on the scale instead of nothing?

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 18 Apr 2014, 11:04 AM
Hi Steve,

I can confirm that this is a bug on our side. It will be fixed in the next internal build which should be uploaded next week.
As a small sign of our appreciation for bringing this to our attention I updated your Telerik points.

The expected behavior is 0 to be visible but 23 not because the last step is incomplete. Please see the attached screen shot.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Slider
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Alexander Valchev
Telerik team
Share this question
or