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
this function was introduced in RC6 or RC7. until now i had no time to implement this for all controls that implement the ControlValueAccessor interface. if you need this asap please consider providing a pull request.
Issue:
Trying to use mdl-textfield with form control disabled using reactive forms in angular 2.
Expected Behavior:
Field should be disabled
Actual behavior:
EXCEPTION: Error in app.component.html:2:60 caused by: this.valueAccessor.setDisabledState is not a function
Plunkr
I would guess this is also an issue on other form controls as well, I would recommend adding a disabled field to the reactive forms example.
The text was updated successfully, but these errors were encountered: