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 was archived by the owner on Oct 7, 2020. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
When using the mdc-slider, there's a limitation for min if I want to make it greater than the default max value. For example: If I want to set the max to 1000 and the min to 500, the resulting min will be 0.
Expected behavior
A clear and concise description of what you expected to happen.
Should be set to min if the min is less than the max, otherwise the default min value.
What Angular MDC version are you using?
^3.2.1
The text was updated successfully, but these errors were encountered:
rapropos
added a commit
to rapropos/angular-mdc-web
that referenced
this issue
Nov 7, 2019
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
A clear and concise description of what the bug is.
When using the mdc-slider, there's a limitation for min if I want to make it greater than the default max value. For example: If I want to set the max to 1000 and the min to 500, the resulting min will be 0.
https://stackblitz.com/edit/angular-mdc-slider-minmax-issue
Expected behavior
A clear and concise description of what you expected to happen.
Should be set to min if the min is less than the max, otherwise the default min value.
What Angular MDC version are you using?
^3.2.1
The text was updated successfully, but these errors were encountered: