-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
Description
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
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.