Skip to content

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

Closed
dereklin opened this issue Aug 10, 2016 · 7 comments
Closed

Disabled flag is not disabling range #394

dereklin opened this issue Aug 10, 2016 · 7 comments

Comments

@dereklin
Copy link

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.

@ValentinH
Copy link
Member

Indeed, this looks weird. Also the color of the range might change so it looks better...

@umair-khanzada
Copy link

umair-khanzada commented Aug 14, 2016

i am facing same issue disabled and readOnly both are not working.

@ValentinH
Copy link
Member

What do you mean by not working?

@umair-khanzada
Copy link

doesn't disabled range slider.

@ValentinH
Copy link
Member

Can you modify it? I don't think so as we can see in @dereklin plunker.

@ValentinH
Copy link
Member

Fixed and released in 5.8.0

@lchikkala
Copy link

Below is the code which solved for me.

Html:

Js file : scope.form = { disabled: false };

scope.click = function()
{
scope.form.disabled = true;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants