Closed
Description
Same scenario as in issue #251.
In the translate function I want to return a different value if it it is the 'slider-value' (user chosen value) than if it is the minimum or maximum values.
Right now I have no way to differentiate in the translate function which element I am dealing with, since the only argument I get is the value (and the sliderId in case of multiple sliders).
It would be good if the label element can also be passed as an argument to the translate function.