-
-
Notifications
You must be signed in to change notification settings - Fork 496
Disabled flag is not disabling range #394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Indeed, this looks weird. Also the color of the range might change so it looks better... |
i am facing same issue |
What do you mean by not working? |
doesn't disabled range slider. |
Can you modify it? I don't think so as we can see in @dereklin plunker. |
Fixed and released in 5.8.0 |
Below is the code which solved for me. Html:
Js file :
scope.form = { disabled: false };
scope.click = function() |
Here is my plunker: https://plnkr.co/edit/I60kNaLDEdXCcrPKISrb?p=preview
The slider is set to disabled via the flag. But when I hover my mouse over the range, I still see the move icon. Ideally, everything should be disabled. The range selection bar should also be grayed out.
It might good to disabled the tooltips as well.
The text was updated successfully, but these errors were encountered: