-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Disabling radio button dynamically does not change button style #12125
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
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 10, 2018
Fixes the radio button circle not being greyed out when it is disabled. It seems like we had the styles in place already, however they were with a lower specificity than the other theme styles. Fixes angular#12125.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 10, 2018
Fixes the radio button circle not being greyed out when it is disabled. It seems like we had the styles in place already, however they were with a lower specificity than the other theme styles. Fixes angular#12125.
jelbourn
pushed a commit
that referenced
this issue
Jul 11, 2018
Fixes the radio button circle not being greyed out when it is disabled. It seems like we had the styles in place already, however they were with a lower specificity than the other theme styles. Fixes #12125.
jelbourn
pushed a commit
that referenced
this issue
Jul 12, 2018
Fixes the radio button circle not being greyed out when it is disabled. It seems like we had the styles in place already, however they were with a lower specificity than the other theme styles. Fixes #12125.
victoriaaa234
pushed a commit
that referenced
this issue
Jul 25, 2018
Fixes the radio button circle not being greyed out when it is disabled. It seems like we had the styles in place already, however they were with a lower specificity than the other theme styles. Fixes #12125.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Disabling a radio button dynamically should change button style to greyed out
What is the current behavior?
Disabling a radio button dynamically keeps the accent color
What are the steps to reproduce?
StackBlitz: https://angular-4uzxq2.stackblitz.io
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Current
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: