Closed
Description
Steps to reproduce
- Set precision to 3
- Set step to 0.001
- Set rightToLeft to true
- Notice how the number of digits displayed affects whether or not the floor and ceiling labels are visible.
Demo: http://jsfiddle.net/jlyndesensus/ruwfq48t/7/
Expected behaviour
I would expect that once there is enough room to display the label it should be displayed. From that point on, moving the value selector further away should not cause it to be hidden again.
Actual behaviour
Notice how the floor label is NOT shown until we move all the way to -1 and then is hidden again when we move to -1.001 even though there is plenty of room to display it.
A similar thing happens on the ceiling side.