-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Inputs are always reading the disabled state from the form control #5358
Comments
@kara what is the right way for the disabled state to work here? |
Note: Angular actually notifies you in the console...
|
@amcdnl, shouldn't you be doing something like
in the |
@amcdnl in addition, see @kara's comment here #2667 (comment)
|
I can't get the plunker to load for some reason, but from the comments, it sounds like you have a |
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. |
Bug, feature request, or proposal:
Inputs are always reading the disabled state from the form control.
What is the expected behavior?
The input would be disabled.
What is the current behavior?
The input is not being disabled
What are the steps to reproduce?
https://plnkr.co/edit/WRdgmjdwsLwy9Fx2XRqG?p=preview
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
2.0.0-beta.7
The text was updated successfully, but these errors were encountered: