mikeric / rivets

Lightweight and powerful data binding.
http://rivetsjs.com
MIT License
3.23k stars 309 forks source link

rv-value does not get applied on bind for input type range #719

Closed dnasir closed 6 years ago

dnasir commented 7 years ago

I was trying to get the binding working for a range slider input, but using rv-value does not apply the value to the input on bind.

Here's a plunker for reference: https://plnkr.co/edit/tYBuzQyShxWDpSOYiiCZ

dnasir commented 7 years ago

I'd also like to add that the browser used when this happened was Chrome 60.0.3112.101. It seems to be working perfectly fine in Firefox, Internet Explorer and MS Edge.

dnasir commented 7 years ago

Actually, scratch that. It doesn't work in Firefox either. I added a custom binder to make it work. Then I reverted the changes because I thought everything was working fine in FF. Duh...