How do I go about about outputting the sliders value (selectedV) when the track is clicked. Currently i can only achieve this by dragging the sliders handle.
I click the track to move the handle the observable does not register.
self.selectedV = ko.observable(2);
Here is my example: