gvas / knockout-jqueryui

Knockout bindings for the jQuery UI widgets.
http://gvas.github.com/knockout-jqueryui/
MIT License
103 stars 38 forks source link

Slider range not working #23

Closed wvannigtevegt closed 10 years ago

wvannigtevegt commented 10 years ago

When using the range slider the binded values don't update when moving the handlers. The example shown on http://gvas.github.io/knockout-jqueryui/slider.html has the exact same problem. Working with a single handle works.

gvas commented 10 years ago

Duplicate of #4

Note to self: the documentation should describe the difference between the 'value' and 'values' options.

Thanks for reporting this.

gvas commented 10 years ago

35 has fixed this issue, also.