You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect your problem is with <input> and not with Polymer. It looks to me like <input> doesn't update it's value position when you change min or max.
This may be a bug in Blink.
I also believe that the 'set the value twice' effect is only because the element is optimized to do nothing if the value hasn't actually changed.
I want to dynamically set a slider's min and max attributes and expect it's slider position to update in response.
Here's an example: http://jsbin.com/uqifox/3/edit
And here's it behaving after a hacky workaround: http://jsbin.com/uqifox/2/edit
Note that I have to explicitly set the slider's value twice:
The text was updated successfully, but these errors were encountered: