abpetkov / powerange

iOS 7 style range slider
http://abpetkov.github.io/powerange/
423 stars 84 forks source link

Update value of input element #16

Closed mugglmenzel closed 9 years ago

mugglmenzel commented 9 years ago

Powerange does not apply the slider value back to the input element it is bound to. Please bind Powerange slider value to input element value.

Advantage: Developers would not need to single-handedly implement the callback function and set the value of the input upon slider value change.

mugglmenzel commented 9 years ago

Value was simply not shown in DOM in dev console. jQuery val() returns value of input element and, hence, it is present.

Issue can be closed.