mikeric / rivets

Lightweight and powerful data binding.

Home Page:http://rivetsjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dnasir opened this issue · comments

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

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.

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...