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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
See this Plunker. If I double the maximum value for the slider, it doesn't move to reflect the modification. However, when I try to move it (using the keyboard for instance), then it moves in the right position.
Tested on Chrome, Firefox and Safari.
The text was updated successfully, but these errors were encountered:
PaulMougel
added a commit
to PaulMougel/material
that referenced
this issue
Dec 1, 2014
When min value changed, there is still some issue. https://embed.plnkr.co/tdyYHl/
In above case, when click ssd 1 to 5, top-to-bottom direction works as I expect.
But, bottom-to-top is not updating correctly.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the
max
value of anmd-slider
is updated, the horizontal position of the slider isn't updated:See this Plunker. If I double the maximum value for the slider, it doesn't move to reflect the modification. However, when I try to move it (using the keyboard for instance), then it moves in the right position.
Tested on Chrome, Firefox and Safari.
The text was updated successfully, but these errors were encountered: